| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed UserImageLoader so it allows more formats of images and does decoding... | avayvod@chromium.org | 2011-03-16 | 8 | -40/+110 |
* | Make chrome://extension-icon resources available in incognito mode. | jstritar@chromium.org | 2011-03-16 | 5 | -3/+46 |
* | This is an extension of http://codereview.chromium.org/6280018 that provides ... | battre@chromium.org | 2011-03-16 | 29 | -249/+382 |
* | fav icon -> favicon. Pass 11: rest of chrome/browser/ui | avi@chromium.org | 2011-03-16 | 28 | -86/+86 |
* | Add ChromeOS as product name to the policy template generator | gfeher@chromium.org | 2011-03-16 | 2 | -54/+16 |
* | Add onChange event to preference extension APIs. | bauerb@chromium.org | 2011-03-16 | 9 | -25/+611 |
* | Comb up ownership things. | dilmah@chromium.org | 2011-03-16 | 7 | -30/+71 |
* | Fix devtools schema is in DevToolsHttpProtocolHandler. | podivilov@chromium.org | 2011-03-16 | 1 | -2/+2 |
* | Remove executable permissions from experimental.html (build fix) | caseq@google.com | 2011-03-16 | 1 | -0/+0 |
* | Exposing extension preferences via the `chrome.extension` API. | bauerb@chromium.org | 2011-03-16 | 24 | -25/+672 |
* | Add experimental.webInspector.* to experimental.html | caseq@google.com | 2011-03-16 | 2 | -10/+31 |
* | Updating trunk VERSION from 705.0 to 706.0 | chrome-release@google.com | 2011-03-16 | 1 | -1/+1 |
* | Only detect heuristic autofill types on page load (not on form submission). | isherman@chromium.org | 2011-03-16 | 5 | -35/+90 |
* | Don't rely on email fields to detect section breaks for autofill. | isherman@chromium.org | 2011-03-16 | 3 | -1/+36 |
* | Convert dom_storage, pepper, pepper_file, and automation messages to new format. | tsepez@chromium.org | 2011-03-16 | 7 | -189/+41 |
* | Landing http://codereview.chromium.org/6635001/ on behalf of vsevik@: | zelidrag@chromium.org | 2011-03-16 | 14 | -19/+1413 |
* | Some string updates after removing native options (part 1) | estade@chromium.org | 2011-03-16 | 5 | -148/+7 |
* | Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,... | dpapad@chromium.org | 2011-03-16 | 6 | -35/+33 |
* | Revert of Revert (78274, 78272) - relanding CL 6646023 with | rtenneti@google.com | 2011-03-16 | 11 | -58/+204 |
* | Initialize NSS with no DB in the renderer process | hclam@google.com | 2011-03-16 | 1 | -0/+12 |
* | Further modifications to the Ready Mode UI in response to feedback. Height, i... | erikwright@chromium.org | 2011-03-16 | 1 | -7/+7 |
* | Fix glue for ClipboardHostMsg_ReadAvailableTypes. | dcheng@chromium.org | 2011-03-16 | 2 | -14/+11 |
* | Remove clear browsing data views classes. | estade@chromium.org | 2011-03-16 | 14 | -2116/+1 |
* | Disables recently added instant test as it seems to be causing crashes | sky@chromium.org | 2011-03-15 | 1 | -1/+7 |
* | Initial support for partitioning cookies for isolated apps. | creis@google.com | 2011-03-15 | 46 | -201/+1169 |
* | Introduce gpu_trace_event for gpu performance analysis. | nduca@chromium.org | 2011-03-15 | 12 | -36/+196 |
* | Simplified the InMemoryURLIndex::WordVectorFromString16 static function. Upda... | mrossetti@chromium.org | 2011-03-15 | 3 | -25/+21 |
* | Disable the test CanLaunchWithOSMesa (browser, ui) on toolkit_views. | sadrul@chromium.org | 2011-03-15 | 2 | -2/+2 |
* | Fix bad memory access in MenuHostGtk::HandleGrabBroke when the menu is | dmazzoni@chromium.org | 2011-03-15 | 1 | -8/+1 |
* | [Mac] Confirm-to-quit: Avoid busywaiting for the key up event. | rsesek@chromium.org | 2011-03-15 | 1 | -3/+6 |
* | Remove URL picker, also no longer used now there's no native options. | estade@chromium.org | 2011-03-15 | 3 | -358/+0 |
* | fav icon -> favicon. Pass 10: bookmarks | avi@chromium.org | 2011-03-15 | 46 | -80/+80 |
* | Always enable the "Translate to English' context menu to allow translating pa... | jcivelli@chromium.org | 2011-03-15 | 2 | -9/+4 |
* | [Mac] Remove dropshadows from browser actions. | rsesek@chromium.org | 2011-03-15 | 1 | -18/+3 |
* | Add stubs and glue for routing a request for an image from the clipboard. | dcheng@chromium.org | 2011-03-15 | 2 | -7/+12 |
* | Options: Fix the Languages URL in the render view context menu. | jhawkins@chromium.org | 2011-03-15 | 2 | -4/+6 |
* | Update default paths in unused strings script | estade@chromium.org | 2011-03-15 | 1 | -4/+8 |
* | Replace views::TextRange with ui::Range. | suzhe@google.com | 2011-03-15 | 2 | -14/+14 |
* | Get rid of some more dependencies on chrome\common from plugin, in preparatio... | jam@chromium.org | 2011-03-15 | 8 | -54/+14 |
* | Fixes crash if instant is enabled and you block JS. | sky@chromium.org | 2011-03-15 | 3 | -2/+26 |
* | Use extension to show activation message. | oshima@google.com | 2011-03-15 | 5 | -81/+81 |
* | Revert 78272 - Changes to SSLConfigServicePref to use preferences from | rtenneti@chromium.org | 2011-03-15 | 10 | -193/+55 |
* | Make ContentBrowserClient not be owned by ContentClient, so that the latter d... | jam@chromium.org | 2011-03-15 | 5 | -9/+9 |
* | Changes to SSLConfigServicePref to use preferences from | rtenneti@google.com | 2011-03-15 | 10 | -55/+193 |
* | Change cloud print dialog and command line switches for cloud print dialog to... | scottbyer@chromium.org | 2011-03-15 | 9 | -50/+98 |
* | Print pages in the reference build. | cmp@chromium.org | 2011-03-15 | 1 | -19/+2 |
* | Typo fix in black list descriptions (user visible). | scheib@chromium.org | 2011-03-15 | 1 | -5/+5 |
* | Adds some histograms from various omnibox queries. I'm doing this as | sky@chromium.org | 2011-03-15 | 2 | -0/+21 |
* | Printing: MockPrinter should return valid default printer settings. | thestig@chromium.org | 2011-03-15 | 3 | -26/+27 |
* | fav icon -> favicon. Pass 9: chrome/browser/history | avi@chromium.org | 2011-03-15 | 39 | -157/+156 |