| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix: Clearing search 'foo', closing and reopening Find | finnur@chromium.org | 2010-06-04 | 1 | -5/+9 |
* | Fix submenu support for extensions context menu API. | asargent@chromium.org | 2010-06-03 | 2 | -76/+87 |
* | Disable navigation contextual menus for Sync dialog UI. | csilv@chromium.org | 2010-06-02 | 2 | -2/+9 |
* | Adding command line flag for enabling accelerated compositing. | vangelis@chromium.org | 2010-06-02 | 1 | -0/+2 |
* | Strip the trailing slash from URLs like "http://google.com/". This especiall... | pkasting@chromium.org | 2010-06-02 | 3 | -5/+5 |
* | Fixing AutoReset to be a template. | gspencer@chromium.org | 2010-06-01 | 1 | -1/+1 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -3/+4 |
* | DevTools: inspector settings are now serialized into map, not a string | pfeldman@chromium.org | 2010-06-01 | 3 | -8/+20 |
* | Remove more occurrences of FromWStringHack from code base. | tfarina@chromium.org | 2010-05-31 | 1 | -3/+2 |
* | This tunes up some of the snapshot creation code. | gspencer@chromium.org | 2010-05-28 | 2 | -34/+65 |
* | Inform the command updater of the tab restore state. | estade@chromium.org | 2010-05-27 | 1 | -0/+1 |
* | Change the proxy waiting-for message to: | mbelshe@chromium.org | 2010-05-27 | 1 | -0/+2 |
* | Changes session restore so that if the last tab is closed explicitly | sky@chromium.org | 2010-05-26 | 1 | -2/+3 |
* | Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()". | erg@chromium.org | 2010-05-26 | 1 | -2/+1 |
* | GTK: Invalidate the web content when we change system colors. | erg@chromium.org | 2010-05-25 | 1 | -4/+0 |
* | Eliminate the establishing_tunnel_ internal state and move to explicit | mbelshe@chromium.org | 2010-05-25 | 1 | -0/+2 |
* | Swap the check for "same page" navigations to happen after the check for "auto | brettw@chromium.org | 2010-05-25 | 2 | -8/+43 |
* | Don't clear user_gesture_observed_ when navigating within a page. | tonyg@chromium.org | 2010-05-24 | 2 | -2/+91 |
* | Don't populate WebDropData with file URLs when dragging files. | dcheng@chromium.org | 2010-05-24 | 1 | -4/+18 |
* | Mac: Fix renderer idle cpu usage regression. | thakis@chromium.org | 2010-05-24 | 2 | -6/+8 |
* | Fixes a bug in slow cross-site navigations. | creis@chromium.org | 2010-05-22 | 1 | -0/+38 |
* | Update extension functions to always pass a list of arguments, even when one ... | arv@chromium.org | 2010-05-21 | 4 | -4/+4 |
* | Adds ability to determine if a tab was explicitly closed by the | sky@chromium.org | 2010-05-21 | 2 | -1/+14 |
* | Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore... | sanjeevr@chromium.org | 2010-05-21 | 1 | -1/+5 |
* | Don't populate WebDropData with file URLs when dragging files. | dcheng@chromium.org | 2010-05-21 | 1 | -1/+1 |
* | [Mac] Add a preference for the tab key cycling between just form fields, or l... | rsesek@chromium.org | 2010-05-20 | 2 | -0/+4 |
* | Add command line flag --top-sites to replace the thumbnail store flag. | brettw@chromium.org | 2010-05-19 | 1 | -3/+3 |
* | Rename "mixed content" to "insecure content" in as many places as possible, t... | pkasting@chromium.org | 2010-05-18 | 2 | -17/+17 |
* | Reinstate separator before Inspect Elements in debugger context menu. | estade@chromium.org | 2010-05-17 | 1 | -1/+1 |
* | Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB... | pkasting@chromium.org | 2010-05-17 | 4 | -14/+45 |
* | Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206... | rvargas@google.com | 2010-05-15 | 4 | -45/+14 |
* | (Original patch reviewed at http://codereview.chromium.org/2067003 ) | pkasting@chromium.org | 2010-05-15 | 4 | -14/+45 |
* | Only use IDC_ values for command ids in the render view context menu. | estade@chromium.org | 2010-05-13 | 1 | -228/+226 |
* | Remove more dead code/strings relating to mixed/unsafe content. | pkasting@chromium.org | 2010-05-13 | 1 | -2/+1 |
* | Fix for popup menu assert. | zelidrag@chromium.org | 2010-05-13 | 1 | -1/+4 |
* | fix mac compile | estade@chromium.org | 2010-05-12 | 1 | -2/+2 |
* | Avoid DCHECK in RenderViewContextMenu following r46987 | estade@chromium.org | 2010-05-12 | 1 | -2/+8 |
* | Re-organize RenderViewContextMenu to the use cross-platform MenuModel class. | estade@chromium.org | 2010-05-11 | 6 | -480/+271 |
* | Remove vestiges of has_unsafe_content(), which is no longer used. | pkasting@chromium.org | 2010-05-11 | 2 | -14/+2 |
* | Disabled full text indexing of page content on ChromeOS. We need to figure ou... | zelidrag@chromium.org | 2010-05-11 | 1 | -0/+4 |
* | Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-11 | 2 | -1/+21 |
* | Adds GeolocationSettingsState | bulach@chromium.org | 2010-05-11 | 2 | -37/+12 |
* | Reduce header dependencies in chrome/ | phajdan.jr@chromium.org | 2010-05-11 | 1 | -0/+1 |
* | Revert 46842 - Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-10 | 2 | -21/+1 |
* | Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-10 | 2 | -1/+21 |
* | GTK: don't accept DnD drops of size 0 in the render view. | estade@chromium.org | 2010-05-08 | 1 | -2/+2 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Revert 46567 - Reimplement accessibility of web content by caching the entire | zork@chromium.org | 2010-05-07 | 2 | -21/+1 |
* | The app launcher had a height of zero as it was not getting preferred size up... | jcivelli@google.com | 2010-05-06 | 2 | -1/+10 |
* | Rename all occurrences of "app extension" with "extension app" since we were ... | aa@chromium.org | 2010-05-06 | 2 | -54/+54 |