summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-0411-22/+76
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-041-1/+5
* Gtk: pass the correct event time when we show right click context menus in th...estade@chromium.org2009-04-034-5/+26
* Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...thestig@chromium.org2009-04-033-6/+2
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-033-6/+19
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-037-33/+10
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Bug 2220 lists two cases where the inactive highlighting doesn't reappear on ...finnur@chromium.org2009-04-021-2/+9
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-302-23/+17
* A crash report from the field reports that we are removing a SafeBrowsingBloc...jcampan@chromium.org2009-03-281-2/+5
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-272-12/+11
* The URL in the bug triggers an SSL interstitial for a redirect that redirects...jcampan@chromium.org2009-03-273-2/+64
* Reverting 12673.brettw@chromium.org2009-03-272-37/+67
* Revert "Fix issues with DOM UI that cause focus to not be set to the URL bar ...evan@chromium.org2009-03-272-67/+37
* Fix issues with DOM UI that cause focus to not be set to the URL bar and thebrettw@chromium.org2009-03-272-37/+67
* CreateNewWindowInternal and ShowCreatedWindowInternal aren't actually platfor...avi@google.com2009-03-278-131/+36
* Fix unintialized variable (only affected unit test).evan@chromium.org2009-03-261-1/+2
* Fix crash when trying to handle keyboard acceleratorstc@google.com2009-03-261-3/+15
* Fix/punt on a bunch of NOTIMPLEMENTEDs.evan@chromium.org2009-03-261-3/+11
* Temporarily work around a hang in unimplemented drag and drop.evan@chromium.org2009-03-262-0/+14
* Hook up ctrl+tab and ctrl+shift+tab for switching tabs in linuxtc@google.com2009-03-261-4/+6
* Enable child RWHVs on the Mac.avi@google.com2009-03-262-0/+31
* WebContentsView became more than just an interface with 48103 (r12483). If we...avi@google.com2009-03-267-80/+65
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-254-66/+151
* Fix crasher due to improperly initializing variables.avi@google.com2009-03-251-1/+1
* Revert "Fix/punt on a bunch of NOTIMPLEMENTEDs."evan@chromium.org2009-03-251-11/+3
* Fix/punt on a bunch of NOTIMPLEMENTEDs.evan@chromium.org2009-03-251-3/+11
* Refactor some widget creation code in web_contents_view and render_widget_hos...estade@chromium.org2009-03-259-123/+47
* Reverting 12469.brettw@chromium.org2009-03-254-150/+66
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-254-66/+150
* Switch some more ASCII locale code wstrings to strings.estade@chromium.org2009-03-241-10/+10
* Make sure we never pass a nil charcode, AppKit gets very unhappy about that.pinkerton@chromium.org2009-03-241-2/+3
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-1/+8
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-242-0/+7
* Updating to use scoped_nsobject.avi@google.com2009-03-232-9/+3
* Hook up popup windows on Mac (no blocking yet).avi@google.com2009-03-232-7/+35
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-202-0/+7
* Linux UI hook ups:estade@chromium.org2009-03-202-10/+21
* Implement context menus on Mac.pinkerton@chromium.org2009-03-203-1/+190
* SSLPolicy fix: Step 9 of 9 (hopefully!).abarth@chromium.org2009-03-202-5/+8
* Convert FindInPage wstrings to string16.tc@google.com2009-03-192-4/+4
* Plumb up mouse motion for the status bubbles.avi@google.com2009-03-194-5/+37
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-2/+2
* Add missing 'return true' to stop switch fall though.agl@chromium.org2009-03-181-0/+1
* Implement GTK dropdown menus.estade@chromium.org2009-03-182-14/+22
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* Remove an assertion I added in my DOM UI change. It looks like this happens inbrettw@chromium.org2009-03-181-5/+0
* Remove unneeded uses of base/hash_tables.h.thestig@chromium.org2009-03-171-1/+0
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-178-31/+128