summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Don't resolve IP literals.vandebo@chromium.org2010-08-181-1/+1
* Open welcome page on first run.mirandac@chromium.org2010-08-181-0/+1
* Add whats_new.html to extension docs.aa@chromium.org2010-08-1860-35/+680
* Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes.rvargas@google.com2010-08-1811-78/+24
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-185-27/+29
* Convert FormatBytes to string16.evan@chromium.org2010-08-185-29/+27
* Disable crashy RenderViewTest.OnHandleKeyboardEventphajdan.jr@chromium.org2010-08-181-1/+2
* Re-land r56529, and add fixes for the browser tests on chromium os.cmasone@google.com2010-08-189-14/+92
* Start/stop service process when browser starts and stophclam@chromium.org2010-08-1811-24/+78
* Get the same margin on all sides of the notification.johnnyg@chromium.org2010-08-183-6/+0
* Display a banner above each panel that contains managed options.csilv@chromium.org2010-08-1813-27/+195
* Added BackgroundModeManager which tracks when background apps are loaded/unlo...atwilson@chromium.org2010-08-1839-214/+497
* Refactor SafeBrowsingDatabase for transition to new file format.shess@chromium.org2010-08-1813-224/+2121
* FBTF: Remove a few SkBitmap instances (and other headers that were next to th...erg@google.com2010-08-1827-79/+159
* Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill...pkasting@chromium.org2010-08-182-3/+2
* Reduces the lower position of the home glyph to be consistent with the other ...andybons@chromium.org2010-08-184-604/+143
* Remove an unnecessary image using auto-mirroring.pkasting@chromium.org2010-08-185-41/+58
* Fix the urls reported as page_url and referer_url when a redirect is involved.panayiotis@google.com2010-08-183-5/+41
* DOMUI: Use the OriginalProfile() to load the PersonalDataManager for AutoFilljhawkins@chromium.org2010-08-181-1/+2
* Removed 'stop syncing' button from chromeos options.zelidrag@chromium.org2010-08-182-3/+5
* Adds RenderWidgetHostWillPaint. I need this for something else I'msky@chromium.org2010-08-185-3/+8
* Enabling offline sync test.rsimha@chromium.org2010-08-181-1/+1
* [Mac] Fix the new tab button hover bounds to match what we test for in hitTest.rohitrao@chromium.org2010-08-186-27/+61
* Ensure that import works according to the chart in go/chromefirstrun when ski...mirandac@chromium.org2010-08-181-21/+47
* Revert 56529 - [Chrome OS] Block the installation of extensions with NPAPI pl...phajdan.jr@chromium.org2010-08-187-81/+12
* Make the saved passwords tab work.sargrass@google.com2010-08-1812-56/+311
* Fixed race where GPU process rendered to invalid window handle.apatrick@chromium.org2010-08-182-4/+7
* Disable content.ContentTest.testThreeWindows on Macnirnimesh@chromium.org2010-08-181-0/+1
* [Mac] Don't close the Wrench menu after using the zoom buttons if the menu wa...rsesek@chromium.org2010-08-1811-10/+204
* Rename WebFileSystem to WebFileUtilities for corresponding WebKit API changes.kinuko@chromium.org2010-08-186-24/+24
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-1841-861/+890
* GTTF: Make URLFetcherProtectTestPassedThrough fail fast.phajdan.jr@chromium.org2010-08-181-3/+4
* GTTF: Move TestingAutomationProvider to its own file.phajdan.jr@chromium.org2010-08-186-165/+194
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-187-114/+14
* Win IO Perf Regressionsthomasvl@chromium.org2010-08-189-788/+104
* Revert 56522 - Fix leaks in GoogleURLTrackerTest::CreateRequestContext()thomasvl@chromium.org2010-08-182-8/+5
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-187-14/+114
* Reduce "false positive" in preconnect rates.jar@chromium.org2010-08-184-111/+190
* DOMUI prefs: Move inline header list class into its own file for reuse.stuartmorgan@chromium.org2010-08-186-178/+212
* Fix DictionaryValue::Equals() to also detect differences in key names.mnissler@chromium.org2010-08-182-8/+8
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-1813-32/+40
* Ensures we don't let users translate pages that are in an unsupported languag...jcivelli@chromium.org2010-08-183-1/+22
* Convert strings in bookmarks, part 2.viettrungluu@chromium.org2010-08-185-44/+34
* [Mac] Retain a reference within a scoped_nsobject of a Page Action's context ...andybons@chromium.org2010-08-182-6/+12
* DOMUI prefs: Add the recent pages list to the 'add startup page' overlaystuartmorgan@chromium.org2010-08-189-8/+270
* [Chrome OS] Block the installation of extensions with NPAPI pluginscmasone@google.com2010-08-187-12/+81
* Upate privacy options preference UI GTK widgets when the corresponding polici...markusheintz@chromium.org2010-08-181-17/+20
* Show keyboard focus on toolbar buttons.avi@chromium.org2010-08-181-4/+11
* Compress recorded audio with speex before transmitting to server for recognit...satish@chromium.org2010-08-187-16/+99
* Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandb...bulach@chromium.org2010-08-1813-107/+548