| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r23820 by mnaganov due to Interactive Test failures | asargent@chromium.org | 2009-08-20 | 8 | -179/+31 |
* | DevTools l10n: generate localized strings and use them. | mnaganov@chromium.org | 2009-08-20 | 8 | -31/+179 |
* | DevTools: Remove resource panel-related RPC methods. | pfeldman@chromium.org | 2009-08-20 | 5 | -90/+35 |
* | linux: Plugin descriptions can be UTF-8. | evan@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | DevTools: Add delegate for method added upstream. | pfeldman@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Add WebPlugin::acceptsInputEvents method. | darin@chromium.org | 2009-08-20 | 2 | -0/+5 |
* | Need to cast to WebCore::Widget explicitly since the method being | darin@chromium.org | 2009-08-20 | 1 | -2/+4 |
* | Move WebPluginContainer into the WebKit API | darin@chromium.org | 2009-08-20 | 6 | -648/+271 |
* | Fix a line that was accidently deleted in my plugin change. | jam@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Change WebCanvas to be a CGContext on Mac. | darin@chromium.org | 2009-08-19 | 6 | -16/+42 |
* | Enable the Google Talk Video plugin, which seems pretty well behaved. | amanda@chromium.org | 2009-08-19 | 1 | -3/+4 |
* | DevTools: touch the resources file in hopes to fix interactive ui tests. | pfeldman@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | DevTools: Re-enable devtools sanity tests. | pfeldman@chromium.org | 2009-08-19 | 1 | -2/+1 |
* | Finished implementation of hasAudio() to detect media without playback audio ... | scherkus@chromium.org | 2009-08-18 | 2 | -1/+4 |
* | Checking in updated images for disable play/mute buttons. | scherkus@chromium.org | 2009-08-18 | 2 | -0/+0 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 1 | -1/+1 |
* | DevTools: Reset utility context for given document only once. | pfeldman@chromium.org | 2009-08-18 | 5 | -69/+31 |
* | DevTools Heap profiler: add a bar with Code / Objects and Data / Others size ... | mnaganov@chromium.org | 2009-08-18 | 5 | -3/+96 |
* | Video plays on server without range request | hclam@chromium.org | 2009-08-18 | 1 | -3/+7 |
* | Remove webview's dependency on webpreferences. | jorlow@chromium.org | 2009-08-17 | 7 | -123/+120 |
* | Catch up with webkit change which removes id() from the HTMLElement | mbelshe@google.com | 2009-08-17 | 3 | -4/+6 |
* | Fix WebInspector breakpoint removal broken after WebKit changes (disabling a ... | apavlov@chromium.org | 2009-08-17 | 1 | -1/+7 |
* | A quick fix for Issue 18844 (Take 2). | hbono@chromium.org | 2009-08-17 | 2 | -4/+22 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-15 | 8 | -123/+122 |
* | Framework to display disabled mute button when audio fails. | kylep@chromium.org | 2009-08-14 | 2 | -0/+7 |
* | Stop resource loading for WebCore::MediaDocument | hclam@chromium.org | 2009-08-14 | 1 | -0/+8 |
* | Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having | darin@chromium.org | 2009-08-14 | 4 | -18/+5 |
* | Reverting 23420. It caused a reliability regression. | maruel@chromium.org | 2009-08-14 | 8 | -122/+123 |
* | DevTools: Re-enable sanity tests. | pfeldman@chromium.org | 2009-08-14 | 3 | -9/+8 |
* | DevTools: implement comparison of heap snapshots in Heap profiler. | mnaganov@chromium.org | 2009-08-14 | 4 | -49/+250 |
* | DevTools: Fix implications of the DOMAgent migration upstream. | pfeldman@chromium.org | 2009-08-14 | 3 | -50/+22 |
* | DevTools: dom_agent is dead. Long live InspectorDOMAgent. | pfeldman@chromium.org | 2009-08-14 | 18 | -2620/+58 |
* | Move glue/event_conversion.{h,cc} into the WebKit API implementation. | darin@chromium.org | 2009-08-14 | 6 | -332/+34 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-14 | 8 | -123/+122 |
* | Add disabled play and mute icons for media player. | kylep@chromium.org | 2009-08-14 | 5 | -0/+7 |
* | Fix Chromium canary^h^h^h^H parrot build: remove InspectorController::clearCo... | levin@chromium.org | 2009-08-13 | 1 | -4/+5 |
* | Restore the WebFrame::getPrintPageShrink() method originally added in rev 14639 | darin@chromium.org | 2009-08-13 | 2 | -0/+11 |
* | Blacklist the Gears plugin on Mac | stuartmorgan@google.com | 2009-08-13 | 1 | -0/+7 |
* | Add an UpdateContext call to WebPluginDelegateImpl on the Mac. | stuartmorgan@google.com | 2009-08-13 | 2 | -16/+26 |
* | DevTools: Add upcoming StatusBarButton.js to devtools.html | mnaganov@chromium.org | 2009-08-13 | 1 | -0/+1 |
* | Fix another insert of the LOG() macro being defined twice | levin@chromium.org | 2009-08-13 | 1 | -0/+2 |
* | Reverting 23285 since a test_shell test "ICOImageDecoderTest.ChunkedDecoding"... | hbono@chromium.org | 2009-08-13 | 2 | -22/+4 |
* | A quick fix for Issue 18844. | hbono@chromium.org | 2009-08-13 | 2 | -4/+22 |
* | Refcounting BufferedResourceLoader | hclam@chromium.org | 2009-08-13 | 3 | -74/+88 |
* | Implemented end-of-stream callback for media::PipelineImpl. | scherkus@chromium.org | 2009-08-12 | 2 | -2/+32 |
* | Add a few more |#undef LOG| directives to code that might see both WebKit's | mark@chromium.org | 2009-08-12 | 1 | -0/+2 |
* | Appcache related WebKit API additions. With this patch the compile-time flag ... | michaeln@google.com | 2009-08-12 | 3 | -0/+15 |
* | Remove Playback Rate from the context menu. | scherkus@chromium.org | 2009-08-12 | 3 | -18/+4 |
* | Adds a command line switch to enable the appcache, and plumb the switch throu... | michaeln@google.com | 2009-08-12 | 2 | -0/+3 |
* | Take 2: Remove WebView::SetDelegate because I'd like to avoid having a method | darin@chromium.org | 2009-08-11 | 4 | -11/+2 |