summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Add a delegate to CookieMonster and broadcast notifications about changes to ...jochen@chromium.org2010-03-244-5/+122
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-2425-356/+383
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-2419-545/+36
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-248-0/+219
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-2419-36/+545
* Disable BrowserActionApiTest.BrowserActionPopup, it's crashy.phajdan.jr@chromium.org2010-03-241-1/+2
* Expose current_screen() for tests.avayvod@google.com2010-03-242-9/+4
* Open bookmarks from clicks in background windows in the correct window, not t...pinkerton@chromium.org2010-03-241-2/+1
* Update FRIEND_TEST to fix the build.phajdan.jr@chromium.org2010-03-241-1/+1
* Mark BrowserTest.RestorePinnedTabs as crashy on Mac OS X.phajdan.jr@chromium.org2010-03-241-2/+2
* Enforce extension permissions in C++ (instead of Javascript).jochen@chromium.org2010-03-246-17/+22
* Replace about:plugins page with new page.viettrungluu@chromium.org2010-03-243-244/+7
* A quick fix for Issue 38587.hbono@chromium.org2010-03-241-1/+1
* [Linux] Always enable emacs key bindings.suzhe@chromium.org2010-03-244-16/+2
* basic browser tests for compact navigation bar.oshima@chromium.org2010-03-245-11/+159
* Revert r42426 - tests are failing because the WebKit LayoutTests directoriesdpranke@google.com2010-03-241-2/+4
* Use upstream layout_test baselines since the downstream ones are going away.dpranke@google.com2010-03-241-4/+2
* Up the safe browsing timeout from 1s to 5s.cevans@chromium.org2010-03-241-1/+1
* Add MSAA Accessible information to Find bar.mhm@chromium.org2010-03-241-0/+5
* Avoid calling ExecuteCode() on a NULL TabContents. The problem was an extra s...eroman@chromium.org2010-03-241-3/+6
* Fixed loader issue in unit tests caused by some test not using that mock and ...zelidrag@chromium.org2010-03-242-0/+11
* Make it clear what last_sync_timestamp actually tracks. Updatenick@chromium.org2010-03-2424-133/+213
* Implement chrome://plugins page that can disable plugins.viettrungluu@chromium.org2010-03-2410-7/+911
* Add multiple item selection to BMM on macfeldstein@chromium.org2010-03-241-3/+3
* Automation provider IsBookmarkBarVisible() always returned yes!jrg@chromium.org2010-03-241-1/+2
* adding fullscreen support to the mediaplayer.dhg@chromium.org2010-03-243-4/+53
* Mocks for all libcros elements. Added library registry object that provides a...zelidrag@chromium.org2010-03-2352-476/+1172
* Refactor BalloonViewHost, removing a lot of duplicate code that crept into no...johnnyg@chromium.org2010-03-2310-657/+339
* Don't autotranslate in incognito mode (so we don't send informationjcivelli@google.com2010-03-232-4/+133
* Fix 2 bugs related to remembering loaded unpacked extensions.mpcomplete@chromium.org2010-03-236-91/+129
* GTK: allow inspecting of extension popups.estade@chromium.org2010-03-2311-89/+171
* This is basically a rewrite of the DataTypeManager to support dynamic data ty...skrul@chromium.org2010-03-238-283/+645
* Some layout related fixes for the app launchers.jcivelli@chromium.org2010-03-235-17/+34
* Fixed missing code in EnqueueTextureForDeletion.kbr@google.com2010-03-233-29/+48
* Revert 42366 - Allow TabContentsDelegate classes to specify whether InfoBars ...joi@chromium.org2010-03-235-36/+5
* Fixed bugs in GPU process startup on POSIX platforms. Addedkbr@google.com2010-03-231-0/+1
* Alter the "get themes" action on Mac to behave like other platforms; fix bugs.avi@chromium.org2010-03-231-11/+3
* Fix bustage by adding friend decl.tim@chromium.org2010-03-231-1/+1
* Disable SyncerThreadWithSyncerTest.Pause. It's timing out, so I can't use FL...tim@chromium.org2010-03-231-1/+2
* Factoring duplicate code from platform-specific LoginHandlers into a base tonyg@chromium.org2010-03-235-618/+309
* Allow TabContentsDelegate classes to specify whether InfoBars are enabled.joi@chromium.org2010-03-235-5/+36
* Fix Cocoa variable names from accelerated plugin changesstuartmorgan@chromium.org2010-03-232-17/+16
* Add tests for ClockMenuButton.chocobo@chromium.org2010-03-235-20/+71
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-2352-382/+592
* HTML5: Make sure that the drop event fires before the dragend event.arv@chromium.org2010-03-232-7/+14
* Mark a test which has been failing regularly on the valgrind UI bot as FLAKY_.eroman@chromium.org2010-03-231-1/+3
* Add an initial implementation of net-internals inspector in javascript.eroman@chromium.org2010-03-2313-80/+1366
* Add a temporary flag to enable Core Animation mode for Flash (when possible)stuartmorgan@chromium.org2010-03-231-0/+1
* Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need t...finnur@chromium.org2010-03-2312-29/+17
* Modifies friend for test so mac build compiles again.sky@chromium.org2010-03-231-0/+1