| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move renderer_main and renderer_glue to content. | jam@chromium.org | 2011-04-18 | 13 | -0/+1023 |
* | Move PepperPluginRegistry to content, while leaving the Chrome specific bits ... | jam@chromium.org | 2011-04-18 | 10 | -8/+373 |
* | Usability improvements to about:gpu status | nduca@chromium.org | 2011-04-18 | 2 | -83/+104 |
* | Move the content settings code out of RenderView, since it belongs in the Chr... | jam@chromium.org | 2011-04-18 | 5 | -190/+67 |
* | Implemented broker dispatcher, pipe creation, and handle distribution. | ddorwin@chromium.org | 2011-04-18 | 6 | -30/+175 |
* | Fix build break | rsleevi@chromium.org | 2011-04-18 | 1 | -1/+1 |
* | Remove the last Chrome dependencies from renderer, and enforce no more includ... | jam@chromium.org | 2011-04-18 | 31 | -952/+295 |
* | Refactored ppapi Dispatcher to share common code between the plugin and broke... | ddorwin@chromium.org | 2011-04-16 | 6 | -18/+90 |
* | Move the rest of the storage objects into ResourceContext. | willchan@chromium.org | 2011-04-16 | 11 | -75/+128 |
* | Move json_value_serializer to content\common since it's used by code in conte... | jam@chromium.org | 2011-04-16 | 8 | -6/+242 |
* | Clear RenderThread of any Chrome specific code, and move a bunch of stuff out... | jam@chromium.org | 2011-04-16 | 25 | -693/+179 |
* | Let Pepper open FileSystem files again. | ericu@google.com | 2011-04-16 | 7 | -1/+136 |
* | Delete the plugin printing code, which wasn't actually called. | jam@chromium.org | 2011-04-15 | 6 | -104/+1 |
* | Remove the TabContentsDelegate::ToolbarSizeChanged() method as no one was usi... | pkasting@chromium.org | 2011-04-15 | 4 | -14/+0 |
* | Added functionality to use "SaveAs..." from PDF plugin. | gene@chromium.org | 2011-04-15 | 2 | -0/+6 |
* | Fix crash reporting for ppapi | piman@google.com | 2011-04-15 | 2 | -31/+28 |
* | Moved ParamTraits specializations that depend on WebKit out of content/common... | grt@chromium.org | 2011-04-15 | 10 | -577/+622 |
* | Cleanup: Move TabContent::PrintNow() out of src/content. | thestig@chromium.org | 2011-04-15 | 4 | -22/+0 |
* | [Sync] Simplify themes notifications and themes sync | akalin@chromium.org | 2011-04-15 | 1 | -5/+1 |
* | Inverted dependency between code in content/common/gpu and the GpuWatchdogThr... | apatrick@chromium.org | 2011-04-15 | 10 | -26/+53 |
* | Create a content::ResourceContext. | willchan@chromium.org | 2011-04-15 | 19 | -85/+265 |
* | Don't focus popup windows / panels unless spawned by a user gesture. | stevenjb@google.com | 2011-04-15 | 2 | -5/+7 |
* | Update the web store promo to be clearer and configurable at run-time. | jstritar@chromium.org | 2011-04-15 | 1 | -0/+3 |
* | Also fire onBeforeRetarget events if now tabs/windows are opened due to user ... | jochen@chromium.org | 2011-04-15 | 3 | -1/+17 |
* | Fixes crash in TabContents. During shutdown render_view_host may | sky@chromium.org | 2011-04-15 | 1 | -1/+3 |
* | Move RenderProcess to content. | jam@chromium.org | 2011-04-15 | 10 | -4/+553 |
* | Added GpuMsg_VisibilityChanged message. | amarinichev@chromium.org | 2011-04-15 | 6 | -1/+35 |
* | Fix DEPS check | jam@chromium.org | 2011-04-15 | 1 | -0/+1 |
* | Move RenderThread to content\renderer. | jam@chromium.org | 2011-04-14 | 33 | -35/+1233 |
* | Landing issue 6828049 on behalf of KushalP. | apatrick@chromium.org | 2011-04-14 | 3 | -29/+29 |
* | Remove the rest of the Chrome dependencies from RenderThread. | jam@chromium.org | 2011-04-14 | 6 | -20/+24 |
* | Draft version of the HW video decode tester and few other changes. | scherkus@chromium.org | 2011-04-14 | 4 | -18/+1211 |
* | Change the client-side phishing detection request format. Instead of | noelutz@google.com | 2011-04-14 | 1 | -1/+1 |
* | Moves responsibility for showing profile error dialog out of Browser | sky@chromium.org | 2011-04-14 | 1 | -5/+0 |
* | Add missing dependencies in content_renderer project. | sergeyu@chromium.org | 2011-04-14 | 1 | -0/+2 |
* | Move a bunch of Chrome specific code out of RenderThread, in preparation of m... | jam@chromium.org | 2011-04-14 | 11 | -61/+36 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 2 | -2/+3 |
* | Move FilePathWatcher to base/files. | craig.schlenter@chromium.org | 2011-04-14 | 11 | -2026/+9 |
* | [Mac] Replace instances of IDR_DEFAULT_FAVICON with nav.pdf. | rsesek@chromium.org | 2011-04-14 | 1 | -3/+4 |
* | Use TabContentsObserver to monitor web navigation events instead of notificat... | jochen@chromium.org | 2011-04-14 | 5 | -62/+72 |
* | Wire up the extension API for registering NaCl modules to an actual registry ... | abarth@chromium.org | 2011-04-14 | 2 | -28/+5 |
* | Fix clang error. | ddorwin@chromium.org | 2011-04-14 | 2 | -0/+4 |
* | Asynchronously create the ppapi broker. | ddorwin@chromium.org | 2011-04-14 | 15 | -26/+540 |
* | Added ppp_broker.h and parameterized PpapiThread to support the broker process. | ddorwin@chromium.org | 2011-04-14 | 4 | -40/+81 |
* | Split EGLContext in GLContextEGL and GLSurfaceEGL. | apatrick@chromium.org | 2011-04-14 | 1 | -2/+2 |
* | Implement Clipboard::ReadImage for Windows. | dcheng@chromium.org | 2011-04-13 | 1 | -1/+4 |
* | Count histograms initiated and finished by the download system. | rdsmith@chromium.org | 2011-04-13 | 1 | -0/+3 |
* | Renamed raw_data_length to encoded_data_length | vsevik@chromium.org | 2011-04-13 | 6 | -18/+18 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 12 | -108/+111 |
* | Adds GLContext::LosesAllContextsOnContextLost. | amarinichev@chromium.org | 2011-04-13 | 5 | -2/+35 |