summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Allow appkit-driven animations in unit tests to work correctly.pinkerton@chromium.org2009-04-232-4/+5
* Merge: chromium side [42671:42725]levin@chromium.org2009-04-231-2/+2
* In the new tab page, when in edit move, right-clicking on a thumbnail should ...jcampan@chromium.org2009-04-231-2/+4
* Browser Crash when opening urls with NEW_BACKGROUND_TAB dispositionhbono@chromium.org2009-04-231-3/+3
* Move the positioner code into autocompletepopupview.h so that linux can use i...ben@chromium.org2009-04-232-11/+13
* Fix problem with bookmark bar introduced by window sharing; prefjrg@chromium.org2009-04-2317-176/+257
* Revert of http://codereview.chromium.org/87058 which appears to hang the XP T...robertshield@google.com2009-04-231-25/+15
* Some random cleanups in the HTML files.arv@chromium.org2009-04-2313-376/+351
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-237-68/+181
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-2213-43/+22
* Hide the exit bubble when the main window is inactivated, and don't re-show u...pkasting@chromium.org2009-04-221-2/+7
* Revert "Don't send resize messages until the renderer has been initialized."evan@chromium.org2009-04-2212-21/+43
* Fix focus rects for checkboxes and radio buttons:ben@chromium.org2009-04-221-1/+1
* Fix ExtensionView to properly set the size of the RenderWidgetHostView. With...erikkay@google.com2009-04-221-15/+25
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-2212-43/+21
* Always enable copy-link-address in context menu.brettw@chromium.org2009-04-222-2/+6
* implement remaining tab events (except for onTabUpdated).rafaelw@chromium.org2009-04-222-11/+90
* Don't delete the DOM UI property for the callback when the DOM UI is torn down.brettw@chromium.org2009-04-221-2/+8
* Run user_script_master_unittest.cc on Mac.shess@chromium.org2009-04-221-4/+8
* Fix an assert caused by trying to add duplicate observers for multiple workers.jianli@chromium.org2009-04-221-11/+5
* Weaken is_active check more, since it appears that Chromium can switch to andpam@chromium.org2009-04-221-19/+8
* Unbreak build.estade@chromium.org2009-04-221-1/+3
* Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d...pinkerton@chromium.org2009-04-225-12/+11
* Avoid DCHECK in nine box during download shelf animation.estade@chromium.org2009-04-222-4/+9
* Restore closed tabs into new windows when necessary, and track the windows theypam@chromium.org2009-04-223-109/+264
* Move all data members from WebContents to TabContents in preparation forbrettw@chromium.org2009-04-224-232/+287
* Remove unused implementation of TabContentsDelegate in HtmlDialogView.stoyan@chromium.org2009-04-223-108/+3
* Remove a debugging change that was accidentally added to r14123.jhawkins@chromium.org2009-04-221-1/+0
* Add new item animation to download shelf.estade@chromium.org2009-04-226-15/+60
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-228-11/+57
* Don't leak the RenderProcessHost when running site instance unit tests bybrettw@chromium.org2009-04-221-0/+4
* Linux: move X operations from the IO to UI2 thread.agl@chromium.org2009-04-2210-59/+208
* Add Australian English spell check support.sidchat@google.com2009-04-221-1/+4
* Properly construct shell filters (forgetting the asterisk means it works but ...avi@chromium.org2009-04-221-1/+1
* Review URL: http://codereview.chromium.org/87034apavlov@chromium.org2009-04-2212-79/+89
* An experimental fix for Issue 9718.hbono@chromium.org2009-04-221-17/+64
* Enable BookmarkContextMenuTest under Linux.erg@google.com2009-04-221-2/+9
* Provide an override for Webview drop effect.tc@google.com2009-04-221-6/+0
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-2157-185/+191
* This CL fixes xji@chromium.org2009-04-211-13/+36
* Better omnibox handling of numeric input. Now we search based on the user's ...pkasting@chromium.org2009-04-213-11/+46
* Merge BookmarkContextMenuGtk back into BookmarkContextMenu.erg@google.com2009-04-219-544/+178
* Reland this change from yesterday. Gets basic text in omnibox2 popup working....ben@chromium.org2009-04-212-40/+53
* posix: URLFixerUpper would DCHECK on input "/".evan@chromium.org2009-04-212-6/+17
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-2153-147/+163
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-2153-163/+147
* Makes it possible to mock URLFetcher.sky@chromium.org2009-04-214-4/+157
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-214-97/+104
* Implement (kinda) ProcessSingleton for the Mac.avi@google.com2009-04-212-4/+38
* Handle file drops and URL open requests. Along with declaring that we handle ...avi@google.com2009-04-212-9/+69