| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor win printing workflow to support print preview. | kmadhusu@chromium.org | 2011-01-27 | 3 | -26/+92 |
* | [SYNC] Tests to catch datatype manager behavior when datatype controller is b... | zea@chromium.org | 2011-01-27 | 1 | -0/+45 |
* | Add histogram to track prerender sessions | gavinp@chromium.org | 2011-01-27 | 4 | -9/+41 |
* | Route IPC through browser when creating a viewable command buffer. | backer@chromium.org | 2011-01-27 | 21 | -257/+310 |
* | Put geolocation unit and browser test code in anonymous namespaces. | jknotten@chromium.org | 2011-01-27 | 10 | -5/+34 |
* | Implement pref policy for disabling incognito mode. | finnur@chromium.org | 2011-01-27 | 14 | -13/+64 |
* | Fix broken PrefService::preference_set() returning not all registered prefere... | battre@chromium.org | 2011-01-27 | 6 | -21/+49 |
* | Remove outdated comment and forward declaration in pref_value_store.h | mnissler@chromium.org | 2011-01-27 | 1 | -7/+0 |
* | Inline internal autofill header. | bauerb@chromium.org | 2011-01-27 | 1 | -1/+5 |
* | Simplified PrefValueStore::NotifyPrefChanged. | pastarmovj@chromium.org | 2011-01-27 | 1 | -15/+4 |
* | Handle sync values of wrong type more graceful. | mnissler@chromium.org | 2011-01-27 | 1 | -1/+8 |
* | Revert 72784 - Policy: generate boilerplate policy type and constant code. | danno@chromium.org | 2011-01-27 | 26 | -334/+307 |
* | Policy: generate boilerplate policy type and constant code. | danno@chromium.org | 2011-01-27 | 26 | -307/+334 |
* | Abstracts SHA256 context for NSS / OpenSSL. | bulach@chromium.org | 2011-01-27 | 2 | -16/+11 |
* | IndexedDB: Prepare to remove IDBCallbacks::onSuccess() used for null values. | hans@chromium.org | 2011-01-27 | 1 | -0/+14 |
* | Removes "New Incognito Window" from wrench menu in Guest Session. | altimofeev@chromium.org | 2011-01-27 | 1 | -10/+6 |
* | Updating trunk VERSION from 651.0 to 652.0 | chrome-release@google.com | 2011-01-27 | 1 | -1/+1 |
* | Delete obsolete data for the keyboard overlay. | mazda@chromium.org | 2011-01-27 | 1 | -75/+0 |
* | Reverse the Yes and No buttons for the PDF infobars. | jam@chromium.org | 2011-01-27 | 1 | -44/+62 |
* | Put some plug-ins behind an infobar, where they have: | cevans@chromium.org | 2011-01-27 | 9 | -31/+192 |
* | Fix a layout issue in the input method list in the language options on Chrome | satorux@chromium.org | 2011-01-27 | 1 | -1/+4 |
* | Add heuristics to skip thumbnail generation when it's unnecessary. | satorux@chromium.org | 2011-01-27 | 10 | -15/+256 |
* | Fix a bug where we were showing a wrong language name on the OOBE screen. | satorux@chromium.org | 2011-01-27 | 1 | -3/+3 |
* | Use signal strength of detected networks when displaying remembered networks. | satorux@chromium.org | 2011-01-27 | 1 | -9/+44 |
* | views: Move grid_layout files into layout directory. Final Part. | tfarina@chromium.org | 2011-01-27 | 66 | -69/+69 |
* | Mark BrowserActionPopup disabled except Mac since it times out. | lzheng@chromium.org | 2011-01-27 | 1 | -1/+1 |
* | Remove "for all users" from malware interstitial checkbox. | panayiotis@google.com | 2011-01-27 | 1 | -1/+1 |
* | Fix convert_dict to look for .dic_delta rather than _delta.dic | estade@chromium.org | 2011-01-27 | 1 | -1/+6 |
* | Delay load SHQueryUserNotificationState for platform dependent full-screen | jianli@chromium.org | 2011-01-27 | 1 | -0/+35 |
* | If a user chooses to open a PDF with Reader, ask them if they want to do so a... | jam@chromium.org | 2011-01-27 | 2 | -26/+157 |
* | Add IsBootPath to MountLibrary. Additional boot path check in imageburner so ... | achuith@chromium.org | 2011-01-27 | 4 | -160/+155 |
* | Use FilePath::Extension instead of the deprecated file_util::GetFileExtension... | tfarina@chromium.org | 2011-01-27 | 2 | -7/+11 |
* | Reland 72704 - Defered collect DirectX diagnostics until they are needed for ... | apatrick@chromium.org | 2011-01-27 | 18 | -51/+89 |
* | wstring: use a few more FilePaths to remove Hack functions | evan@chromium.org | 2011-01-27 | 6 | -68/+80 |
* | Removes FLAKY from a couple of tests as they have not failed in the | sky@chromium.org | 2011-01-27 | 1 | -5/+7 |
* | Cleanup: | pkasting@chromium.org | 2011-01-26 | 26 | -348/+74 |
* | DOMUI: Fix password list items from showing password input field. | jhawkins@chromium.org | 2011-01-26 | 1 | -1/+1 |
* | Add support for chunked encoding in ChromeFrame for POST requests. This fixes... | ananta@chromium.org | 2011-01-26 | 1 | -35/+76 |
* | Force patches that touch sync test code to use the sync trybots | rsimha@chromium.org | 2011-01-26 | 1 | -0/+13 |
* | dom-ui settings: Prevent intenet option panel sections from always displaying... | csilv@chromium.org | 2011-01-26 | 1 | -4/+0 |
* | Rename |print_params| to |preview_params| in CreatePreviewDocument() function. | kmadhusu@chromium.org | 2011-01-26 | 3 | -10/+10 |
* | sync: remove a test expectation that is actually dumb. | tim@chromium.org | 2011-01-26 | 1 | -2/+0 |
* | Add Perceived PageLoad Time (PPLT) metrics for Prerender Experiments. | tburkard@chromium.org | 2011-01-26 | 9 | -7/+146 |
* | DOMUI: Don't show the close button on list items if the item is not selected. | jhawkins@chromium.org | 2011-01-26 | 1 | -0/+1 |
* | views: Move standard_layout.h into the layout directory. | tfarina@chromium.org | 2011-01-26 | 67 | -86/+90 |
* | Get URLRequestContextGetter from profile associated with the WebResourceServi... | mirandac@chromium.org | 2011-01-26 | 2 | -1/+5 |
* | Revert 72704 - Defered collect DirectX diagnostics until they are needed for ... | apatrick@chromium.org | 2011-01-26 | 17 | -88/+50 |
* | keyboard: Update the visibility after tab-switch. | sadrul@chromium.org | 2011-01-26 | 7 | -24/+71 |
* | Defered collect DirectX diagnostics until they are needed for about:gpu. | apatrick@chromium.org | 2011-01-26 | 17 | -50/+88 |
* | retry r71405: | estade@chromium.org | 2011-01-26 | 5 | -12/+3 |