| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes an invalid read bug in ClientSocketPoolBaseHelper and cancels ConnectJo... | willchan@chromium.org | 2010-06-03 | 2 | -0/+38 |
* | Add a temporary test exception until the next WK roll. | johnnyg@chromium.org | 2010-06-03 | 1 | -1/+5 |
* | Change the test notification presenter to fire the display event asynchronous... | johnnyg@chromium.org | 2010-06-03 | 1 | -1/+11 |
* | Fix submenu support for extensions context menu API. | asargent@chromium.org | 2010-06-03 | 5 | -194/+162 |
* | Fix a bug in NPDrawingModelInvalidatingCoreAnimation, and make it more efficient | stuartmorgan@chromium.org | 2010-06-03 | 2 | -5/+7 |
* | Navigating to a page in ChromeFrame in IE would display the sad tab page brie... | ananta@chromium.org | 2010-06-03 | 6 | -11/+25 |
* | Disabled InstallApps while I fix the text on Linux. | mpcomplete@chromium.org | 2010-06-03 | 1 | -1/+3 |
* | Generated omnibox doc. | kathyw@chromium.org | 2010-06-03 | 2 | -0/+603 |
* | Prevent installation of an app if its web extent overlaps another installed app. | mpcomplete@chromium.org | 2010-06-03 | 8 | -11/+70 |
* | Remove BOM from js and css files in content script. | cira@chromium.org | 2010-06-03 | 2 | -21/+51 |
* | GTK: Repaint the toolbar after the bookmark bar has finished. | erg@google.com | 2010-06-03 | 3 | -1/+20 |
* | Wrap Sqlite utils functions into a sqlite_utils namespace. | tfarina@chromium.org | 2010-06-03 | 9 | -44/+43 |
* | Revert 48842 - Remove obsolete suppression | erg@google.com | 2010-06-03 | 1 | -0/+12 |
* | Address a TODO about renaming RequestInfo --> SourceInfo. | eroman@chromium.org | 2010-06-03 | 3 | -172/+171 |
* | TTF: Fix and enable AppModalDialogTest on Mac. | dmuir@chromium.org | 2010-06-03 | 2 | -10/+16 |
* | Force web_origin to be present only on extension gallery installs. For | mpcomplete@chromium.org | 2010-06-03 | 5 | -17/+39 |
* | Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac plugins | stuartmorgan@chromium.org | 2010-06-03 | 5 | -11/+31 |
* | Fix "under the hood" options page truncation. | xiyuan@chromium.org | 2010-06-03 | 1 | -0/+6 |
* | Remove some test file complitation exceptions from chrome_tests.gypi | stuartmorgan@chromium.org | 2010-06-03 | 5 | -18/+15 |
* | Record out-of-proc-tests' FAILS/FLAKY failures in the XML output. | kinuko@chromium.org | 2010-06-03 | 3 | -9/+29 |
* | Fix a regression where tabs.create() would focus the tab's window even if | mpcomplete@chromium.org | 2010-06-03 | 1 | -1/+0 |
* | Win SxS: Creating a new shortcut with enable-udd-profiles uses wrong icon. | mattm@chromium.org | 2010-06-03 | 10 | -23/+19 |
* | Convert some DCHECKs() for redirect into CHECKs() to make sure they aren't ge... | eroman@chromium.org | 2010-06-03 | 1 | -2/+2 |
* | Adding WebGL-ized rotatemodel.html demo. | luchen@google.com | 2010-06-03 | 1 | -0/+250 |
* | Porting the Phong Shader demo to WebGL. | luchen@google.com | 2010-06-03 | 1 | -0/+345 |
* | Make HostResolver NonThreadSafe and not thread safe refcounted. | willchan@chromium.org | 2010-06-03 | 13 | -206/+334 |
* | Manual Review: Adding a bunch of ignores for deps pulls and some project files | thomasvl@chromium.org | 2010-06-03 | 0 | -0/+0 |
* | [Mac] Revert "Enable zombies for all on devchannel." | shess@chromium.org | 2010-06-03 | 1 | -3/+1 |
* | Fix a bunch of lint/style issues | jar@chromium.org | 2010-06-03 | 2 | -21/+21 |
* | Move MouseLeave ui test to interactive ui tests target. | estade@chromium.org | 2010-06-03 | 3 | -8/+1 |
* | AutoFill: Make PersonalDataManager RefCountedThreadSafe. | jhawkins@chromium.org | 2010-06-03 | 10 | -40/+58 |
* | [Mac] Tighten up objc zombie dealloc implementation. | shess@chromium.org | 2010-06-03 | 1 | -3/+8 |
* | Disable DefaultPluginUITest.DefaultPluginLoadTest under valgrind. | estade@chromium.org | 2010-06-03 | 1 | -0/+2 |
* | On Chrome OS browse without sign in mode open only incognito windows. | nkostylev@google.com | 2010-06-03 | 3 | -0/+10 |
* | Linux: for Flash, disable right clicks in windowless mode. | viettrungluu@chromium.org | 2010-06-03 | 2 | -2/+15 |
* | Update WebKit to r60630. | pkasting@chromium.org | 2010-06-03 | 1 | -1/+1 |
* | Reusing the RegKey used to get the CurrentVersion to also get the Install Dir... | mirandac@google.com | 2010-06-03 | 1 | -3/+3 |
* | New autofill UI. Still not done: | georgey@chromium.org | 2010-06-03 | 6 | -854/+826 |
* | GPU plugin size is updated before GPU command buffer is initialized. | apatrick@chromium.org | 2010-06-03 | 1 | -2/+4 |
* | Added scroll view to internet settings page. | chocobo@chromium.org | 2010-06-03 | 2 | -22/+131 |
* | [Mac] Make the History menu behave more like the NTP in its display of recent... | rsesek@chromium.org | 2010-06-03 | 10 | -267/+519 |
* | Change 'const' to 'var' in event_bindings.js for ECMAScript compatibility rea... | ericdingle@chromium.org | 2010-06-03 | 1 | -5/+5 |
* | Remove obsolete suppression | erg@chromium.org | 2010-06-03 | 1 | -12/+0 |
* | A very basic fix that prevents experimental popups from living longer than th... | twiz@google.com | 2010-06-03 | 11 | -22/+158 |
* | Changes to allow focusing the syncronization dialog, useful for the case wher... | csilv@chromium.org | 2010-06-03 | 9 | -2/+48 |
* | [Mac] Enable zombies for all on devchannel. | shess@chromium.org | 2010-06-03 | 1 | -1/+3 |
* | Fix leaky spdy sessions and remove suppression. | vandebo@chromium.org | 2010-06-03 | 4 | -32/+10 |
* | Refactor CommandBufferHelper to use Jump to loop | gman@chromium.org | 2010-06-03 | 4 | -40/+75 |
* | Save/restore position for the preferences window based on prefs, | tfarina@chromium.org | 2010-06-03 | 6 | -3/+18 |
* | Fix cloud print job title. | scottbyer@chromium.org | 2010-06-03 | 3 | -17/+28 |