| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, copy and paste error with the licenses for these files. | jorlow@chromium.org | 2009-09-16 | 4 | -8/+8 |
* | Hook up WebViewClient, part 1. | darin@chromium.org | 2009-09-16 | 1 | -46/+59 |
* | Add missing newline at end of file. Quiet a compiler warning. | mark@chromium.org | 2009-09-15 | 1 | -1/+1 |
* | Revert "Fix LayoutTests/plugins/destroy-during-npp-new.html" | agl@chromium.org | 2009-09-15 | 1 | -2/+1 |
* | Fix LayoutTests/plugins/destroy-during-npp-new.html | darin@chromium.org | 2009-09-15 | 1 | -1/+2 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-15 | 1 | -2/+5 |
* | Revert change 26184, 26181 and 26178 to fix | nsylvain@chromium.org | 2009-09-15 | 1 | -5/+2 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-14 | 1 | -2/+5 |
* | This change adds a new "generic" theme to the Windows implementation of | dpranke@google.com | 2009-09-14 | 1 | -5/+8 |
* | Fix some mixed content layout tests. | darin@chromium.org | 2009-09-14 | 1 | -0/+10 |
* | WTF and PCRE should use JavaScriptCore/config.h and WebCore should use | mark@chromium.org | 2009-09-11 | 1 | -2/+2 |
* | Linux focus ring color: Go through WebKit::WebColor api rather than through t... | estade@chromium.org | 2009-09-11 | 2 | -102/+82 |
* | Eliminate some methods. | darin@chromium.org | 2009-09-11 | 1 | -7/+0 |
* | Modify our webkit code to make sure it does not call into | nsylvain@chromium.org | 2009-09-11 | 5 | -9/+93 |
* | Get rid of the half-working traces of locking, caching, and quotas. It | jorlow@chromium.org | 2009-09-11 | 3 | -28/+1 |
* | Buffered time ranges for <video> | hclam@chromium.org | 2009-09-10 | 3 | -6/+25 |
* | Hook up WebFrameClient::didUpdateCurrentHistoryItem | darin@chromium.org | 2009-09-10 | 1 | -2/+1 |
* | Hook up WebFrameClient, replacing many WebViewDelegate methods. | darin@chromium.org | 2009-09-10 | 2 | -11/+41 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 4 | -18/+29 |
* | * Add appCacheManifestUrl data member to WebURLResponse, and use it to detect... | michaeln@google.com | 2009-09-08 | 4 | -8/+21 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 1 | -0/+59 |
* | Stick all of the WebKit API enum compile asserts in one file. | darin@chromium.org | 2009-09-06 | 6 | -142/+102 |
* | Fix a compilation warning in WebMediaPlayerCliemtImpl | hclam@chromium.org | 2009-09-04 | 1 | -0/+1 |
* | Hook up WebEditingClient. | darin@chromium.org | 2009-09-04 | 4 | -32/+85 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 6 | -17/+92 |
* | Fixes crash when switching to new tabs containing audio/video elements. | scherkus@chromium.org | 2009-09-02 | 1 | -1/+4 |
* | Fix two issues with the plugin installer. | jam@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | New WebKit API interfaces for desktop notifications. | johnnyg@google.com | 2009-09-01 | 7 | -0/+547 |
* | Pull in webkit revision 47912. This involves a build fix matching | ojan@google.com | 2009-09-01 | 3 | -3/+3 |
* | Chromium side patch for DB support on Linux. | dumi@chromium.org | 2009-08-28 | 2 | -7/+8 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -3/+0 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -0/+3 |
* | Fix a crash that the reliability bots caught. | darin@chromium.org | 2009-08-27 | 1 | -2/+6 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 8 | -0/+495 |
* | Add a nullable string16 class to base. It combines a string16 + a null param | jorlow@chromium.org | 2009-08-27 | 1 | -0/+26 |
* | Fix build break. | levin@chromium.org | 2009-08-26 | 1 | -2/+2 |
* | Add WebKit api support for allowing/disallowing stored | levin@chromium.org | 2009-08-26 | 4 | -2/+39 |
* | First half of updating Worker.postMessage(), DOMWindow.postMessage(), and | jorlow@chromium.org | 2009-08-26 | 5 | -27/+36 |
* | Add isVisible parameter to WebPlugin::updateGeometry. | darin@chromium.org | 2009-08-26 | 2 | -3/+3 |
* | Add dummy implementation for newly added localized string in WebKit. This is ... | jianli@chromium.org | 2009-08-26 | 1 | -0/+18 |
* | Re-land r23931: Plumb whiteListAccessFromOrigin() through | aa@chromium.org | 2009-08-21 | 2 | -0/+23 |
* | Change the way that we search for iframes. The original code assumed that | darin@chromium.org | 2009-08-21 | 1 | -25/+111 |
* | More removal of WebCore usage from webplugin_impl.cc | darin@chromium.org | 2009-08-21 | 1 | -0/+13 |
* | Reverting 23931. | dimich@google.com | 2009-08-21 | 2 | -23/+0 |
* | Plumb whiteListAccessFromOrigin() through Chromium's WebKit API | aa@chromium.org | 2009-08-21 | 2 | -0/+23 |
* | Remove WebPluginImpl::element_ | darin@chromium.org | 2009-08-20 | 3 | -0/+12 |
* | Add WebPlugin::acceptsInputEvents method. | darin@chromium.org | 2009-08-20 | 2 | -0/+4 |
* | Move WebPluginContainer into the WebKit API | darin@chromium.org | 2009-08-20 | 6 | -0/+617 |
* | Change WebCanvas to be a CGContext on Mac. | darin@chromium.org | 2009-08-19 | 3 | -35/+19 |
* | Finished implementation of hasAudio() to detect media without playback audio ... | scherkus@chromium.org | 2009-08-18 | 3 | -1/+10 |