| Commit message (Expand) | Author | Age | Files | Lines |
* | Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient. | darin@chromium.org | 2009-10-07 | 1 | -3/+3 |
* | Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a | darin@chromium.org | 2009-10-07 | 1 | -3/+2 |
* | Move runFileChooser from webview_delegate to WebViewClient. | yaar@chromium.org | 2009-10-06 | 1 | -5/+8 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+1 |
* | Adds desktop notification support for renderer process, and enables the build... | johnnyg@chromium.org | 2009-10-05 | 1 | -0/+8 |
* | More WebView / WebViewDelegate cleanup. | darin@chromium.org | 2009-10-03 | 1 | -6/+9 |
* | Restore plumbing for the spelling panel on Mac. | darin@chromium.org | 2009-10-02 | 1 | -0/+1 |
* | WebView::DownloadImage refactored | yaar@chromium.org | 2009-09-29 | 1 | -4/+19 |
* | Fix cmd-up/cmd-down. | thakis@chromium.org | 2009-09-29 | 1 | -0/+3 |
* | Get rid of the need for cross process events in order to get plugin processes... | jam@chromium.org | 2009-09-29 | 1 | -13/+0 |
* | Fix deadlock when plugin puts an alert and right afterwards the browser proce... | jam@chromium.org | 2009-09-28 | 1 | -9/+12 |
* | Plumb the new mixed content API callbacks to the tab contents. We'll actually | abarth@chromium.org | 2009-09-25 | 1 | -2/+2 |
* | Move another method from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-25 | 1 | -1/+1 |
* | Move some more methods from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-24 | 1 | -1/+4 |
* | Move some more methods from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-23 | 1 | -6/+6 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 1 | -0/+5 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 1 | -5/+0 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 1 | -0/+5 |
* | Fold WebEditingClient into WebViewClient. | darin@chromium.org | 2009-09-18 | 1 | -26/+22 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -0/+30 |
* | Introduce WebKit::WebSecurityOrigin as a wrapper around | darin@chromium.org | 2009-09-18 | 1 | -1/+1 |
* | Hook up WebViewClient, part 1. | darin@chromium.org | 2009-09-16 | 1 | -43/+36 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-15 | 1 | -3/+7 |
* | Revert change 26184, 26181 and 26178 to fix | nsylvain@chromium.org | 2009-09-15 | 1 | -7/+3 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-14 | 1 | -3/+7 |
* | Fix for bug 2932: Chrome should not trigger page reloading when turn off auto... | jshin@chromium.org | 2009-09-14 | 1 | -0/+1 |
* | Fix some mixed content layout tests. | darin@chromium.org | 2009-09-14 | 1 | -0/+3 |
* | Try to fix build. | thakis@chromium.org | 2009-09-12 | 1 | -0/+2 |
* | Let cmd-e write the selection into the find pasteboard. | thakis@chromium.org | 2009-09-12 | 1 | -0/+1 |
* | Remove WebViewDelegate::SpellCheckerDocumentTag method and eliminate | darin@chromium.org | 2009-09-11 | 1 | -4/+8 |
* | Eliminate some methods. | darin@chromium.org | 2009-09-11 | 1 | -1/+0 |
* | Hook up WebFrameClient::didUpdateCurrentHistoryItem | darin@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Supports Gtk keyboard themes. | suzhe@chromium.org | 2009-09-10 | 1 | -0/+9 |
* | Hook up WebFrameClient, replacing many WebViewDelegate methods. | darin@chromium.org | 2009-09-10 | 1 | -73/+75 |
* | Adds support for the os x spelling panel to chromium. Users can | pinkerton@chromium.org | 2009-09-09 | 1 | -2/+14 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 1 | -2/+0 |
* | Take out the activex control.BUG=20259 | jam@chromium.org | 2009-09-08 | 1 | -1/+0 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 1 | -4/+9 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 1 | -9/+9 |
* | Implement PrintPageAsJPEG feature for Print Preview.In order to show the tab ... | mhm@chromium.org | 2009-09-04 | 1 | -0/+4 |
* | Hook up WebEditingClient. | darin@chromium.org | 2009-09-04 | 1 | -20/+33 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 1 | -27/+35 |
* | linux: new socket/plug code for windowed plugins | piman@chromium.org | 2009-08-25 | 1 | -0/+1 |
* | Move IDMap back to base/ where it is needed. | phajdan.jr@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | Remove webview's dependency on webpreferences. | jorlow@chromium.org | 2009-08-17 | 1 | -2/+10 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -0/+21 |
* | Move IDMap from base/ to common/ | phajdan.jr@chromium.org | 2009-08-12 | 1 | -1/+1 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -43/+43 |
* | When the plugin crashes, cleanup references to its window in the renderer. | piman@chromium.org | 2009-08-06 | 1 | -0/+1 |
* | Fix a bunch of layout tests related to dumpResourceLoadCallbacks. | darin@chromium.org | 2009-08-06 | 1 | -1/+2 |