| Commit message (Expand) | Author | Age | Files | Lines |
* | Publish DEPS for Chromium 7.0.536.17.0.536.1 | gitdeps | 2014-04-07 | 1 | -308/+190 |
* | Merge 60760 - Change name of PollingPolicyInterface. | eblake@chromium.org | 2010-09-28 | 3 | -12/+12 |
* | Updating trunk VERSION from 536.0 to 537.0 to 536.1 | chrome-release@google.com | 2010-09-28 | 1 | -1/+1 |
* | Branching for 536 @60753 | chrome-release@google.com | 2010-09-28 | 0 | -0/+0 |
* | Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO... | willchan@chromium.org | 2010-09-28 | 10 | -225/+102 |
* | [Chrome OS] Refactor Canonicalize() method into base class to prepare for new... | cmasone@chromium.org | 2010-09-28 | 11 | -76/+111 |
* | Wait for renaming chrome.exe to finish during shutdown for | huanr@chromium.org | 2010-09-28 | 1 | -14/+2 |
* | Add a new class SpdyProxyClientSocket which implements ClientSocket | rch@chromium.org | 2010-09-28 | 12 | -35/+1620 |
* | Fix memory problem in DecoderVerbatim | hclam@chromium.org | 2010-09-28 | 2 | -3/+15 |
* | DOMUI: Fix a typo that caused a text to be shown as 'undefined'. | tfarina@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | Landing http://codereview.chromium.org/3387008 for sadrul: | tfarina@chromium.org | 2010-09-28 | 10 | -1/+1504 |
* | Enabling access notifications for login wizard | chaitanyag@chromium.org | 2010-09-28 | 18 | -44/+211 |
* | Change ChildProcessSecurityPolicy to store a list of allowed flags for | dumi@chromium.org | 2010-09-28 | 9 | -37/+143 |
* | Notify all rosters on opening and closing chats, so they can update visual st... | seh@chromium.org | 2010-09-28 | 5 | -27/+69 |
* | Fix unittest to not use an invalid GURL, as the underlying bookmarks APIs exp... | pkasting@chromium.org | 2010-09-28 | 1 | -2/+2 |
* | Reland r59972: Eagerly set the IO loop used for OCSP. | willchan@chromium.org | 2010-09-28 | 10 | -102/+225 |
* | Fix a c_str() use-after-free bug in the printing code. | nick@chromium.org | 2010-09-28 | 1 | -1/+2 |
* | Change the default SOCKS version used by gnome settings (and environment vari... | eroman@chromium.org | 2010-09-28 | 2 | -16/+20 |
* | Temporarily disable a test that's failing a CHECK so the suite will keep runn... | pkasting@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | Fixed user feedback crash on parameter check (std exception was thrown). | zelidrag@chromium.org | 2010-09-28 | 1 | -1/+2 |
* | Printing: Remove the debug-only |page_number_| from PrintingContext, which has | jhawkins@chromium.org | 2010-09-28 | 4 | -47/+0 |
* | [gtk] Update page-info icons to match behavior in page_info_window_view.cc. | csilv@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Pepper's FileSystem implementation. | dumi@chromium.org | 2010-09-27 | 8 | -12/+341 |
* | Printing: Push checking of |context| one level lower, as the different | jhawkins@chromium.org | 2010-09-27 | 2 | -14/+3 |
* | Fix typo in a function name. | pkasting@chromium.org | 2010-09-27 | 4 | -6/+6 |
* | Don't treat ';' as an authority terminator when parsing a potential URL. Thi... | pkasting@chromium.org | 2010-09-27 | 2 | -1/+2 |
* | Temporarily add a failing test to local test_expectations.txt. | senorblanco@chromium.org | 2010-09-27 | 1 | -0/+3 |
* | Printing: Call PrintingContext::AskUserForSettings() on the UI thread for Linux | jhawkins@chromium.org | 2010-09-27 | 2 | -6/+6 |
* | The original intent of the test was to test badd HTTPS sub-resources inside a... | jcivelli@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode... | ajwong@chromium.org | 2010-09-27 | 6 | -1/+365 |
* | dom-ui settings: use 'Settings' terminology in about:labs instead of 'Options'. | csilv@chromium.org | 2010-09-27 | 1 | -4/+4 |
* | dom-ui settings: properly implement the 'metrics reporting' checkbox. | csilv@chromium.org | 2010-09-27 | 5 | -10/+87 |
* | r60095 switched cc_infobar_ to be raw pointer but forgot to initialize it. | avi@chromium.org | 2010-09-27 | 1 | -3/+6 |
* | Fix nits | piman@chromium.org | 2010-09-27 | 1 | -2/+2 |
* | Add NULL-checks to plugin delegate message handlers | stuartmorgan@chromium.org | 2010-09-27 | 1 | -7/+13 |
* | Roll WebKit r68387:68412. | senorblanco@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Adding a TouchFile() operation. | dumi@chromium.org | 2010-09-27 | 7 | -1/+73 |
* | Kill a renderer process if ViewHostMsg_AsyncOpenFile comes with a | dumi@chromium.org | 2010-09-27 | 1 | -0/+14 |
* | Corresponding trunk rename for pdf pref name. | jam@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Bumped ANGLE revision. | alokp@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Revert "Add in a new FrameConsumer interface, Decode API, and a RectangleUpda... | ajwong@chromium.org | 2010-09-27 | 6 | -364/+1 |
* | Printing: Push checking of |context| one level lower, as the different | jhawkins@chromium.org | 2010-09-27 | 5 | -7/+9 |
* | Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode... | ajwong@chromium.org | 2010-09-27 | 6 | -1/+364 |
* | sync_unit_tests: add test for unknown field retention. | agl@chromium.org | 2010-09-27 | 4 | -0/+62 |
* | generate_stubs.py to support varidiac functions | hclam@chromium.org | 2010-09-27 | 1 | -9/+66 |
* | Add search engine selection dialog for Mac, do new-style first-run. | avi@chromium.org | 2010-09-27 | 13 | -747/+2881 |
* | Adding automation for some P2 tests in two client live bookmarks sync | rsimha@chromium.org | 2010-09-27 | 1 | -3/+102 |
* | Make feedback failure notification non sticky | oshima@chromium.org | 2010-09-27 | 5 | -8/+10 |
* | [Mac] Do not insert an "About Chrome" item when the Wrench menu shows an avai... | rsesek@chromium.org | 2010-09-27 | 3 | -35/+0 |
* | Printing: Remove OS_WIN ifdef in a win-only file. Remove an unused debugging | jhawkins@chromium.org | 2010-09-27 | 1 | -28/+0 |