Skip to content
Snippets Groups Projects
  1. Sep 18, 2009
  2. Sep 17, 2009
  3. Sep 16, 2009
  4. Sep 15, 2009
  5. Sep 14, 2009
  6. Sep 11, 2009
  7. Sep 08, 2009
  8. Sep 04, 2009
  9. Aug 31, 2009
  10. Aug 28, 2009
  11. Aug 27, 2009
  12. Aug 21, 2009
  13. Aug 19, 2009
    • hbono@chromium.org's avatar
      A quick fix for Issue 19421. · b5bdca83
      hbono@chromium.org authored
      This issue is caused by AutocompleteEditViewMac::SetText() that updates the value of an AutocompleteEditField instance while an input method is composing text. Same as Windows, NSTextView finishes an ongoing composition when we update the value of an AutocompleteEditField object.
      To fix this issue, we check whether or not NSTextView has marked text and exit if it has.
      
      BUG=19421 "Korean IME does not work in the omnibox"
      TEST=Select Korean 2-set keyboard, type 'g', 'k', 's', 'r', 'm', 'f' keys, and verify we can see two Korean syllables.
      
      +rohitrao for reviewers since shess is out for the week
      Review URL: http://codereview.chromium.org/171103
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23702 0039d316-1c4b-4281-b951-d872f2087c98
      b5bdca83
    • ben@chromium.org's avatar
      This changelist represents the necessary merger of two others: · 1a6b30a6
      ben@chromium.org authored
      http://codereview.chromium.org/172082
      
      Create new event_utils.h file for Cocoa-specific event to WindowOpenDisposition
      cracking.
      
      Hook this up to BookmarkBarController so that clicks to bookmark items use the
      oracle function to determine where the bookmark should be opened.
      
      BUG=17301
      TEST=Cmd+Click etc on bookmark items should work. See bug and unit test
      attached.
      
      http://codereview.chromium.org/174021
      
      Convert users of the "get last active browser, get selected tab contents, open
      url" pattern to just call OpenURL on Browser directly.
      
      Makes GetOrCreateTabbedBrowser public on Browser, and makes it static so it can
      be called with a provided profile.
      
      BUG=none
      TEST=Try opening links from the bookmark/history menus on mac, with and without
      an existing window open, with an active incognito window, etc. The links should
      all open in the last active non-incognito window, or create a new non-incognito
      window if none is open.
      
      Review URL: http://codereview.chromium.org/173044
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23693 0039d316-1c4b-4281-b951-d872f2087c98
      1a6b30a6
  14. Aug 18, 2009
  15. Aug 13, 2009
  16. Jul 31, 2009
  17. Jul 22, 2009
  18. Jul 21, 2009
  19. Jul 20, 2009
  20. Jul 16, 2009
  21. Jul 15, 2009
  22. Jul 14, 2009
  23. Jul 13, 2009
  24. Jun 17, 2009
  25. Jun 04, 2009
  26. May 23, 2009
  27. May 22, 2009
    • shess@chromium.org's avatar
      Overhaul omnibox focus detection on Mac. · 557c7729
      shess@chromium.org authored
      Rather than aiming to detect acquisition and loss of focus in
      |field_|, just acknowledge that there are cases where |field_| has
      focus but |model_| doesn't know.  If |field_| has focus but no editing
      has been done, then |model_| will take no action, so this is
      reasonable.
      
      Window resigning key just closes the popup, and doesn't affect
      |model_| focus.  Thus, there is no need to deal with acquiring focus
      when the window becomes key again, and we can live fine within the
      constraints of -*DidBeginEditing: and -*ShouldEndEditing:.
      
      Added checks for |field_| being focussed in all the relevant places.
      
      http://crbug.com/12338
      
      Review URL: http://codereview.chromium.org/113746
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16776 0039d316-1c4b-4281-b951-d872f2087c98
      557c7729
  28. May 20, 2009
  29. May 15, 2009
    • shess@chromium.org's avatar
      Mac: Style the omnibox URL. · 1b0a2055
      shess@chromium.org authored
      Cribbed this mostly from GTK, including taking their colors pretty
      directly.  The hostname in the URL is a stronger color than the rest
      of the URL to call it out.  The https: scheme is also called out
      specially.  The background color changes when secure.
      
      Also cleaned up the selection-setting so that there are distinct code
      paths for updating the field and setting the selection.
      
      Also fixed saving of selection across popup navigation via arrow keys.
      
      Also sprinkled some const jimmies while I was in there.
      
      http://crbug.com/10939
      TEST=Type an URL, does the hostname highlight versus the rest?  Do secure URLS look different?
      
      Review URL: http://codereview.chromium.org/113479
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16201 0039d316-1c4b-4281-b951-d872f2087c98
      1b0a2055
  30. May 14, 2009
  31. May 12, 2009
Loading