Bug 125579 - [Mac] Observe the activeURL property to keep the MiniBrowser URL field up to date
Summary: [Mac] Observe the activeURL property to keep the MiniBrowser URL field up to ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 07:43 PST by mitz
Modified: 2013-12-11 08:13 PST (History)
0 users

See Also:


Attachments
Observe activeURL (6.09 KB, patch)
2013-12-11 07:46 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2013-12-11 07:43:35 PST
[Mac] Observer the activeURL property to keep the MiniBrowser URL field up to date
Comment 1 mitz 2013-12-11 07:46:37 PST
Created attachment 218966 [details]
Observe activeURL
Comment 2 Anders Carlsson 2013-12-11 08:09:22 PST
Comment on attachment 218966 [details]
Observe activeURL

View in context: https://bugs.webkit.org/attachment.cgi?id=218966&action=review

> Tools/MiniBrowser/mac/WK2BrowserWindowController.m:40
> +static void* keyValueObservingContext = &keyValueObservingContext;

Nice.
Comment 3 mitz 2013-12-11 08:13:27 PST
Committed <http://trac.webkit.org/r160433>.