summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Commiting http://codereview.chromium.org/2017007/show on behalf of rkc@chromi...zelidrag@chromium.org2010-05-1414-116/+706
* Add support for registering new-style pepper plugins on the command line.darin@chromium.org2010-05-141-0/+1
* Make the font size in the candidate window bigger.satorux@chromium.org2010-05-141-4/+10
* Refactor: Remove the PassiveLogCollector::RequestInfo::url field.eroman@chromium.org2010-05-144-30/+39
* [Large; Chromium OS] Work to host the cloud print dialog when builtmaruel@chromium.org2010-05-1424-51/+1209
* Fix the problem that FileReader does not work on Mac/Linux. The fixjianli@chromium.org2010-05-141-2/+18
* Add a constructor to initialize a URLRow with a URLID. This is needed when p...mirandac@chromium.org2010-05-141-0/+11
* Changing platform util for chromeos to open a gmail when the user clicks mailtodhg@chromium.org2010-05-131-1/+16
* Hook up ScreenLocker to screen lock cros library.oshima@chromium.org2010-05-1317-25/+489
* Ensure that we use a normal browser window as parent for HTML dialogs on Chro...xiyuan@chromium.org2010-05-131-7/+24
* Fix retrieval of Firefox proxy settings when it is using an autoconfig URL.eroman@chromium.org2010-05-132-1/+47
* Add TopSites::GetMostVisitedURLs and unittest for it using MockHistoryService.brettw@chromium.org2010-05-134-11/+173
* Do right-alignment of popups when WebKit indicates to do so.avi@chromium.org2010-05-135-7/+14
* Refactors TabStrip code for better sharing between TabStrip andsky@chromium.org2010-05-1326-1153/+1193
* Move non-linux specific code from base/linux_util to app/gtk_utilpvalchev@google.com2010-05-131-2/+3
* Add smarter popup position code to DOM UI Shared Resources.arv@chromium.org2010-05-135-45/+505
* Folded TestingProfileSyncService class into TestProfileSyncService.akalin@chromium.org2010-05-137-48/+39
* GTK: Support Ambiance/Radiance and Dust button ordering.erg@chromium.org2010-05-134-87/+419
* Only use IDC_ values for command ids in the render view context menu.estade@chromium.org2010-05-133-245/+245
* Minor refactor: rename "extra_parameters" --> "params".eroman@chromium.org2010-05-138-31/+31
* The BookmarkBarView should not be visible for extension apps.finnur@chromium.org2010-05-132-2/+13
* Fix uninitialized mock_cryptohome_library_oshima@chromium.org2010-05-132-5/+2
* L"" -> std::wstring(), try to avoid line breaks in the middle of statements, ...pkasting@chromium.org2010-05-131-58/+47
* Remove more dead code/strings relating to mixed/unsafe content.pkasting@chromium.org2010-05-133-18/+3
* Make missing/wrong croslib nonfatal error.dpolukhin@chromium.org2010-05-131-3/+6
* Fix gtk_tree::GetSelectedIndicies spelling.mattm@chromium.org2010-05-136-11/+11
* Make the apps icons wider.arv@chromium.org2010-05-131-5/+3
* Add hooks for fetching basic info from the browser.nirnimesh@chromium.org2010-05-132-0/+47
* Defensive checks for backend_ existence.nick@chromium.org2010-05-131-3/+28
* Moved cloud print code from the chrome/browser/printing/cloud_print to chrome...sanjeevr@chromium.org2010-05-1316-2691/+7
* Fix native dialog size regressionxiyuan@chromium.org2010-05-131-25/+38
* Fix crash on login for debug version of Chrome.nkostylev@google.com2010-05-131-3/+9
* Don't prefill username on "Other user" screen.nkostylev@google.com2010-05-131-7/+0
* Show login error in bubble.dpolukhin@chromium.org2010-05-138-24/+265
* Refresh network combobox on locale change.nkostylev@google.com2010-05-133-7/+11
* Revert 47064 - Switch sync servers depending on whether you're running stable...tyoshino@chromium.org2010-05-134-41/+4
* Fix crash when opening "Select certificate file" in OOBE.nkostylev@google.com2010-05-1315-13/+98
* Use just TimeTicks::Now in the chrome/browser/sync test code.phajdan.jr@chromium.org2010-05-131-2/+2
* Flip ExpireHistoryTest.DeleteURLAndFavicon from FAILS back to FLAKYphajdan.jr@chromium.org2010-05-132-2/+2
* Refine language preferences.suzhe@chromium.org2010-05-134-35/+37
* Make sure the Omnibox is hidden when toolbar is collapsed.finnur@chromium.org2010-05-139-17/+70
* Added NetworkChangeNotifierIOThread, which will be used by theakalin@chromium.org2010-05-133-0/+142
* AutoFill heuristics extended to include multiple separator characters.dhollowa@chromium.org2010-05-132-4/+39
* [Mac] Automatically wrap the Customize Sync dialog to fit contentsakalin@chromium.org2010-05-132-0/+20
* Removed non-thread-safe QName ad-hoc interning.akalin@chromium.org2010-05-131-2/+2
* Gtk: update options "Open on startup" to match new behavior.mattm@chromium.org2010-05-137-290/+109
* Switch to preferred XKB layout when current input method is changed.yusukes@google.com2010-05-132-37/+7
* Re-land r47079: Shorten several appsrelated flags.aa@chromium.org2010-05-1316-32/+22
* Fix for popup menu assert.zelidrag@chromium.org2010-05-131-1/+4
* Native dialogs need to send GTK_RESPONSE_DELETE_EVENT on closedavemoore@chromium.org2010-05-131-1/+1