| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land r56742 now with correct database files | brettw@chromium.org | 2010-08-21 | 52 | -145/+670 |
* | Revert 56962 - Next step integrating the HistoryQuickProvider: Implement inde... | mrossetti@chromium.org | 2010-08-21 | 5 | -452/+11 |
* | Next step integrating the HistoryQuickProvider: Implement index initializatio... | mrossetti@chromium.org | 2010-08-21 | 5 | -11/+452 |
* | Add Mac GPU logging code. | maf@google.com | 2010-08-21 | 6 | -8/+151 |
* | Update translate sites used in PyAuto functional test. | alyssad@google.com | 2010-08-21 | 56 | -1722/+2365 |
* | Set state of a new audio stream to Paused until it start to play. Also added ... | sergeyu@chromium.org | 2010-08-21 | 3 | -13/+56 |
* | Marked OmniboxApiTest.Basic and AutocompleteBrowserTest.Autocomplete flaky on... | zelidrag@chromium.org | 2010-08-21 | 2 | -2/+19 |
* | Produce gtest style output with pyauto. | nirnimesh@chromium.org | 2010-08-21 | 1 | -1/+52 |
* | Speed up the test for IsSearchProviderInstalled by making it run multiple tes... | levin@chromium.org | 2010-08-21 | 1 | -22/+94 |
* | Add a zipped package for the hello-php sample. | kurrik@chromium.org | 2010-08-21 | 1 | -0/+0 |
* | Sort the methods in template_url_model.cc to match the ordering in template_u... | levin@chromium.org | 2010-08-21 | 1 | -174/+174 |
* | Fix to change the sense (and name) of kRestoreBackgroundContents to be kDisab... | atwilson@chromium.org | 2010-08-21 | 5 | -9/+8 |
* | Revert 56939 - History provider: style cleanup | thestig@chromium.org | 2010-08-20 | 8 | -154/+105 |
* | dom-ui options: Setup proxy settings UI accordingly if an Extension is managi... | csilv@chromium.org | 2010-08-20 | 5 | -12/+39 |
* | History provider: style cleanup | isherman@chromium.org | 2010-08-20 | 8 | -105/+154 |
* | dom-ui options: Add button for displaying Gears settings (windows only). | csilv@chromium.org | 2010-08-20 | 4 | -4/+29 |
* | Adding Chrome Web Store PHP Hello World. BUG=None TEST=None | kurrik@chromium.org | 2010-08-20 | 9 | -0/+2243 |
* | dom-ui options: Remove special casing for Mac passwords, all platforms should... | csilv@chromium.org | 2010-08-20 | 1 | -12/+5 |
* | Remove launch.container='window'. | aa@chromium.org | 2010-08-20 | 14 | -32/+21 |
* | Fix a bug in ImportingData Overlay which cause crash when importing data mult... | sargrass@google.com | 2010-08-20 | 4 | -5/+21 |
* | Changed page_cycler to use sessionStorage instead of cookies for timing values. | chase@chromium.org | 2010-08-20 | 1 | -1/+8 |
* | Implement Password Exceptions Tab. | sargrass@google.com | 2010-08-20 | 12 | -74/+538 |
* | sync: disable the mistakenly enabled sessions code. | tim@chromium.org | 2010-08-20 | 3 | -15/+9 |
* | More reload button cleanup: Use widget() everywhere. | pkasting@chromium.org | 2010-08-20 | 1 | -23/+19 |
* | Disable the stop button when the user is hovering it and the page finishes lo... | pkasting@chromium.org | 2010-08-20 | 9 | -37/+54 |
* | Moving file_system_proxy to base/ and changing it to work with MessageLoopPro... | dumi@chromium.org | 2010-08-20 | 6 | -316/+6 |
* | New image for RTL search engine dialog. | mirandac@chromium.org | 2010-08-20 | 1 | -0/+0 |
* | Revert 56908 (CL was only submitted to merge it to the branch) - Mac: Disable... | thakis@chromium.org | 2010-08-20 | 1 | -5/+3 |
* | Add in a browser test for dialog resizing, which was catching an issue with t... | scottbyer@chromium.org | 2010-08-20 | 4 | -8/+212 |
* | Add a file thread to the renderer process. | dumi@chromium.org | 2010-08-20 | 2 | -0/+27 |
* | Remove nested if statements. | seanparent@google.com | 2010-08-20 | 1 | -12/+8 |
* | Enable spdy to 95%, npn only to 5%. | lzheng@chromium.org | 2010-08-20 | 1 | -9/+2 |
* | Display an infobar when content settings were created. | jochen@chromium.org | 2010-08-20 | 11 | -100/+1505 |
* | Fixing merge regression. | seanparent@google.com | 2010-08-20 | 1 | -1/+0 |
* | Fix for pyauto dangerous downloads functional test. | alyssad@google.com | 2010-08-20 | 3 | -4/+10 |
* | GTTF: Continue moving testing automation bits to TestingAutomationProvider | phajdan.jr@chromium.org | 2010-08-20 | 4 | -254/+267 |
* | Make TestingProfile use ScopedTempDir. | phajdan.jr@chromium.org | 2010-08-20 | 6 | -57/+38 |
* | Mac: Disable first-run bubble for m6. | thakis@chromium.org | 2010-08-20 | 1 | -3/+5 |
* | Revert r56902 | aa@chromium.org | 2010-08-20 | 5 | -8/+25 |
* | PyAuto test for renderer crash reporting | nirnimesh@chromium.org | 2010-08-20 | 6 | -1/+209 |
* | Use a generic error instead of a dcheck. | chron@chromium.org | 2010-08-20 | 1 | -1/+5 |
* | Remove TYPE_EXTENSION_APP. Experiment failed. It looks like the layout change... | aa@chromium.org | 2010-08-20 | 5 | -25/+8 |
* | Moving about_page to chromeos only. | seanparent@google.com | 2010-08-20 | 1 | -4/+5 |
* | Only showing notification when a restart is needed. Partial fix to 5168. | seanparent@google.com | 2010-08-20 | 2 | -49/+9 |
* | Mark a bunch of startup_tests as FLAKY on Mac: | rsesek@chromium.org | 2010-08-20 | 2 | -6/+26 |
* | Grabbing the newly translated strings from the branch to land on the trunk. ... | kerz@chromium.org | 2010-08-20 | 100 | -2984/+16815 |
* | Lands http://codereview.chromium.org/3153008 for bryeung: | sky@chromium.org | 2010-08-20 | 11 | -0/+310 |
* | Add d3dx9_42.dll, libEGL.dll, and libGLESv2.dll to the distributed builds. | apatrick@chromium.org | 2010-08-20 | 3 | -0/+22 |
* | Properly convert the preferences label if it's not ASCII. | mnissler@chromium.org | 2010-08-20 | 1 | -1/+1 |
* | Linux: change the notification close button to match the tab close button, an... | johnnyg@chromium.org | 2010-08-20 | 1 | -16/+14 |