summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-2311-151/+72
* Split the IPC code into ipc/agl@chromium.org2009-07-2216-17/+17
* Revert "Fix an issue with unregistering content script contexts."mpcomplete@chromium.org2009-07-221-13/+12
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-223-995/+3
* Fix an issue with unregistering content script contexts.mpcomplete@chromium.org2009-07-221-12/+13
* Ignore errors about creating audio output streamhclam@chromium.org2009-07-221-1/+5
* Step 2 in abstracting Extension APIs to shared "IDL".rafaelw@chromium.org2009-07-224-445/+91
* Linux: make --renderer-startup-dialog work on Linux.agl@chromium.org2009-07-221-2/+14
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-222-1/+10
* linux: add windowless plugin plumbingpiman@google.com2009-07-221-15/+42
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-2111-72/+151
* Don't dispatch the extensions bindings unload event during GC.mpcomplete@chromium.org2009-07-211-12/+26
* Linux: pass users' font settings through to renderer.agl@chromium.org2009-07-211-0/+3
* Fix single process mode and the unit_tests on Linux.jam@chromium.org2009-07-212-6/+5
* Disable RenderThread unittests. They're causing the unit tests to not complete.thestig@chromium.org2009-07-211-2/+2
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-2011-151/+73
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-2012-29/+122
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-172-6/+6
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-10/+3
* Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack...dimich@google.com2009-07-172-3/+14
* Fix merge error (benign) from r20910rafaelw@chromium.org2009-07-172-2/+1
* Introduce WebLocalizedString and queryLocalizedString methodsdarin@chromium.org2009-07-172-13/+13
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-172-3/+7
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-164-113/+93
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-163-11/+11
* Enable isolated worlds for content scripts.abarth@chromium.org2009-07-161-1/+1
* Print only the focused frame. This makes more sense than trying to print all...sverrir@chromium.org2009-07-167-241/+89
* DevTools: Make 'toggle node search' mode work.pfeldman@chromium.org2009-07-162-0/+7
* Reverting 20855.darin@chromium.org2009-07-167-180/+192
* Reverting 20854.darin@chromium.org2009-07-167-192/+180
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-167-180/+192
* Linux: update outdated comments about sandboxing.agl@chromium.org2009-07-161-6/+6
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-162-14/+28
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-157-16/+97
* Adding handling of target and origin in external tab's postMessage + a unit t...tommi@chromium.org2009-07-151-6/+31
* Various minor fixes:aa@chromium.org2009-07-154-159/+6
* Reverting 20714.finnur@chromium.org2009-07-156-86/+11
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-156-11/+86
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-153-6/+7
* Reverting 20683.jorlow@chromium.org2009-07-143-7/+6
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-143-6/+7
* Chrome-side of fixes for content-script messaging.mpcomplete@chromium.org2009-07-144-32/+82
* Make workers functional on OSX and Linux.levin@chromium.org2009-07-141-6/+0
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-145-26/+42
* Hookup Print HTML page to the DOM UI for Print Preview and Settingsmhm@chromium.org2009-07-141-0/+5
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-143-26/+24
* Add an optional channel name to the extension message connect event.mpcomplete@chromium.org2009-07-136-16/+30
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-3/+10
* linux: don't destroy the cairo_t* returned by beginPlatformPaint().evan@chromium.org2009-07-131-2/+1
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-10/+3