| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build due to conflict | oshima@chromium.org | 2010-08-19 | 3 | -20/+10 |
* | Revert 56742 - A new field to describe the sources of history urls(visits) is... | brettw@chromium.org | 2010-08-19 | 50 | -670/+145 |
* | Remove terrible cross-app navigation handling code that never really | aa@chromium.org | 2010-08-19 | 1 | -85/+0 |
* | Switch some LOG(ERROR)s to DLOG(INFO) in PhishingDOMFeatureExtractor. | bryner@chromium.org | 2010-08-19 | 1 | -3/+3 |
* | Undo user gesture detection added to NavigationController by r18373, since | mihaip@chromium.org | 2010-08-19 | 4 | -40/+3 |
* | DOMUI callback to notification | oshima@chromium.org | 2010-08-19 | 11 | -18/+223 |
* | Fix chromedriver for multi-dll build. | victorw@chromium.org | 2010-08-19 | 1 | -2/+7 |
* | Miscellaneous changes, mostly related to the gallery. | kathyw@chromium.org | 2010-08-19 | 12 | -21/+71 |
* | A new field to describe the sources of history urls(visits) is added. This fi... | brettw@chromium.org | 2010-08-19 | 50 | -145/+670 |
* | DOM UI: Change DOMMessageHandler callback arg type to ListValue. | estade@chromium.org | 2010-08-19 | 69 | -1136/+647 |
* | Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. | phajdan.jr@chromium.org | 2010-08-19 | 3 | -11/+18 |
* | Fix numerous alignment problems, both horizontal and vertical, in drawing the... | pkasting@chromium.org | 2010-08-19 | 24 | -358/+390 |
* | Disable failing test. | brettw@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | dom-ui options: Invoke Linux certs webpage in a new tab instead of a new window. | csilv@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Mac: Fix leak in tabpose. | thakis@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Revert r56571: | estade@chromium.org | 2010-08-19 | 12 | -311/+56 |
* | Remove the negative field trial from prefetching histograms | gavinp@chromium.org | 2010-08-19 | 2 | -24/+3 |
* | net: expect MITM attacks with HTTP proxies and command line flag. | agl@chromium.org | 2010-08-19 | 4 | -2/+10 |
* | iFix typo in previous build fix for Mac. | brettw@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Fix in webdriver. | phajdan.jr@chromium.org | 2010-08-19 | 1 | -1/+2 |
* | Switch to GoogleServiceAuthError struct instead of GaiaAuthError. | chron@chromium.org | 2010-08-19 | 35 | -213/+409 |
* | GTTF: Keep removing testing automation bits from AutomationProvider. | phajdan.jr@chromium.org | 2010-08-19 | 4 | -247/+252 |
* | GTTF: After timeout, all further automation calls should fail immediately. | phajdan.jr@chromium.org | 2010-08-19 | 5 | -10/+39 |
* | Remove web store icon from most visited per Glen. | aa@chromium.org | 2010-08-19 | 5 | -194/+0 |
* | Add more logs in screen locker to help troublehshooting | oshima@chromium.org | 2010-08-19 | 1 | -14/+22 |
* | Remove forward declares for ASCIIToUTF16 from string_util. All callers now use | brettw@chromium.org | 2010-08-19 | 20 | -0/+20 |
* | Fix broken ViewIDTest on Mac. | brettw@chromium.org | 2010-08-19 | 1 | -1/+3 |
* | Revert "Checkin for CL: http://codereview.chromium.org/3061044/show" | phajdan.jr@chromium.org | 2010-08-19 | 30 | -1734/+909 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 61 | -196/+4649 |
* | Disable crashy FormManagerTest.LabelsInferredFromParagraph | phajdan.jr@chromium.org | 2010-08-19 | 1 | -1/+2 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 73 | -84/+38 |
* | Break isGLES2Compliant() flag into multiple ones. | zmo@google.com | 2010-08-19 | 2 | -0/+15 |
* | Checkin for CL: http://codereview.chromium.org/3061044/show | rkc@google.com | 2010-08-19 | 30 | -909/+1734 |
* | Add an option to enable/disable spdy for testing. | lzheng@chromium.org | 2010-08-19 | 3 | -19/+50 |
* | Enable/Disable Spdy in benchmarking. | lzheng@chromium.org | 2010-08-19 | 6 | -0/+29 |
* | DOMUI prefs: Use a List instead of a select for startup pages. | stuartmorgan@chromium.org | 2010-08-19 | 13 | -96/+141 |
* | Removed unnecessary includes from profile.h and added the now necessary inclu... | davemoore@chromium.org | 2010-08-19 | 5 | -9/+12 |
* | Allow update URLs in external_extensions.json. | skerner@chromium.org | 2010-08-19 | 15 | -126/+447 |
* | Updating the java license client zip file to reflect most up-to-date example ... | kurrik@chromium.org | 2010-08-19 | 1 | -0/+0 |
* | Revert 56693 - broke compile | tonyg@chromium.org | 2010-08-19 | 3 | -3/+39 |
* | Make breakpad work in the seccomp sandbox. Take advantage of a feature | markus@chromium.org | 2010-08-19 | 1 | -28/+48 |
* | Undo user gesture detection added to NavigationController by r18373, since | tonyg@chromium.org | 2010-08-19 | 3 | -39/+3 |
* | The "Hello world!" of the Chrome Web Store Licensing API, in Java. | kurrik@chromium.org | 2010-08-19 | 17 | -0/+445 |
* | Use RenderWidget(Host) for full screen | boliu@chromium.org | 2010-08-19 | 37 | -71/+470 |
* | Remove wstrings from bookmarks, part 3. | viettrungluu@chromium.org | 2010-08-19 | 36 | -391/+446 |
* | Revert 56683 - When extension is blacklisted by admin policy, it should be re... | finnur@chromium.org | 2010-08-19 | 5 | -78/+9 |
* | Reland 55888: Allow per-plugin content settings. | bauerb@chromium.org | 2010-08-19 | 31 | -158/+1216 |
* | Automatically selects log dump text on the NetLog screen. Ctrl-A selects too... | mmenke@chromium.org | 2010-08-19 | 1 | -3/+15 |
* | Enables/disables UI widgets for privacy preferences in the options->"Under th... | markusheintz@chromium.org | 2010-08-19 | 1 | -12/+10 |
* | When extension is blacklisted by admin policy, it should be removed if alread... | finnur@chromium.org | 2010-08-19 | 5 | -9/+78 |