| Commit message (Expand) | Author | Age | Files | Lines |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -0/+2 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-15 | 1 | -2/+4 |
* | Revert change 26184, 26181 and 26178 to fix | nsylvain@chromium.org | 2009-09-15 | 1 | -4/+2 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-14 | 1 | -2/+4 |
* | Fix for bug 2932: Chrome should not trigger page reloading when turn off auto... | jshin@chromium.org | 2009-09-14 | 1 | -0/+3 |
* | Let cmd-e write the selection into the find pasteboard. | thakis@chromium.org | 2009-09-12 | 1 | -0/+1 |
* | Supports Gtk keyboard themes. | suzhe@chromium.org | 2009-09-10 | 1 | -0/+2 |
* | Adds support for the os x spelling panel to chromium. Users can | pinkerton@chromium.org | 2009-09-09 | 1 | -0/+1 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 1 | -12/+12 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | Revert "Revert "Allow DOMUI pages to call window.open(), giving DOMUI privile... | mpcomplete@chromium.org | 2009-09-03 | 1 | -1/+5 |
* | Revert r25250: "Allow DOMUI pages to call window.open(), giving DOMUI privile... | mpcomplete@chromium.org | 2009-09-02 | 1 | -5/+1 |
* | Allow DOMUI pages to call window.open(), giving DOMUI privileges to the new | mpcomplete@chromium.org | 2009-09-02 | 1 | -1/+5 |
* | Refactor IDMap to support safe removing of elements during iteration. | phajdan.jr@chromium.org | 2009-08-17 | 1 | -1/+1 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -0/+3 |
* | Delay loading of ExtensionHosts until the background page is ready. | mpcomplete@chromium.org | 2009-08-03 | 1 | -0/+1 |
* | This CL fixes issue 17468: Regression: Directionality marks should not be ins... | xji@chromium.org | 2009-07-29 | 1 | -1/+3 |
* | Fix a BAD_OVERRIDE defect reported by Coverity. Remove | wtc@chromium.org | 2009-07-28 | 1 | -1/+0 |
* | Re-landing r21673 without re-enabling the BrowserTest, which apparently is | brettw@chromium.org | 2009-07-27 | 1 | -1/+14 |
* | Revert of r21673 - which caused browser_test failure in ChromeURLAfterDownload. | robertshield@chromium.org | 2009-07-27 | 1 | -14/+1 |
* | Make downloads not prevent tabs from closing. | brettw@chromium.org | 2009-07-27 | 1 | -1/+14 |
* | Fix a race condition where rapid back/forward clicks could close a tab | brettw@chromium.org | 2009-07-24 | 1 | -15/+12 |
* | Allow the browser to send actions back to the render for media element contex... | ajwong@chromium.org | 2009-07-23 | 1 | -0/+4 |
* | Linux: pass users' font settings through to renderer. | agl@chromium.org | 2009-07-21 | 1 | -1/+3 |
* | DevTools: Make 'toggle node search' mode work. | pfeldman@chromium.org | 2009-07-16 | 1 | -0/+10 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-15 | 1 | -1/+1 |
* | Reverting 20683. | jorlow@chromium.org | 2009-07-14 | 1 | -1/+1 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-14 | 1 | -1/+1 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 1 | -0/+7 |
* | Move some more interfaces on RenderViewHostDelegate to separate classes. The | brettw@chromium.org | 2009-07-09 | 1 | -0/+1 |
* | Windowed plugins like Flash would cause the hung plugin dialog to show up whe... | ananta@chromium.org | 2009-07-09 | 1 | -0/+3 |
* | Split out some of the RVHDelegate functions into separate sub-classes. To limit | brettw@chromium.org | 2009-07-08 | 1 | -7/+9 |
* | Make the cancelling of drag and drop match Safari for Windows. This is | arv@google.com | 2009-07-08 | 1 | -0/+5 |
* | Add a bunch of CHECKs to RenderViewHost trying to track down a crash. | mpcomplete@chromium.org | 2009-07-06 | 1 | -1/+10 |
* | DevTools: preserve focus on activating dev tools window. | pfeldman@chromium.org | 2009-07-06 | 1 | -0/+1 |
* | In this episode, we implement the DOMUI interface for extension views that ar... | aa@chromium.org | 2009-07-01 | 1 | -28/+3 |
* | DevTools: Introduce docked version of DevTools. | pfeldman@chromium.org | 2009-07-01 | 1 | -0/+5 |
* | Remove dependency on NavigationEntry from RenderViewHost. The code for | brettw@chromium.org | 2009-06-26 | 1 | -27/+21 |
* | DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render... | pfeldman@chromium.org | 2009-06-24 | 1 | -6/+0 |
* | DevTools: Nuke legacy debugger. | pfeldman@chromium.org | 2009-06-24 | 1 | -23/+0 |
* | Re-land r18853 | jeremy@chromium.org | 2009-06-23 | 1 | -0/+2 |
* | back out r18853 | jeremy@chromium.org | 2009-06-19 | 1 | -2/+0 |
* | This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class. | jeremy@chromium.org | 2009-06-19 | 1 | -0/+2 |
* | TBR: Fix Toolstrips sometimes show scrollbars as rendering | aa@chromium.org | 2009-06-19 | 1 | -0/+1 |
* | Add Print Selection support to Chrome. This change is fairly involved since ... | sverrir@google.com | 2009-06-19 | 1 | -1/+3 |
* | Revert 18512 - Revert 18373 Consider a redirect following user gesture as us... | laforge@chromium.org | 2009-06-16 | 1 | -0/+1 |
* | Extract load times from WebDataSource. Move them to NavigationState. | darin@chromium.org | 2009-06-16 | 1 | -1/+2 |
* | Revert 18373 - Consider a redirect following user gesture as userinitiated in... | laforge@chromium.org | 2009-06-16 | 1 | -1/+0 |
* | Extract form related classes from the guts of WebFrameImpl. | darin@chromium.org | 2009-06-15 | 1 | -3/+4 |
* | Consider a redirect following user gesture as user-initiated in maintaining | yuzo@chromium.org | 2009-06-15 | 1 | -0/+1 |