| Commit message (Expand) | Author | Age | Files | Lines |
* | move webkit_glue::IsSingleProcess to content. | dpranke@chromium.org | 2011-09-20 | 1 | -4/+0 |
* | move webkit_glue::GetWebKitLocale to content. | dpranke@chromium.org | 2011-09-20 | 1 | -4/+0 |
* | Add stub implementation for DRT TestWebKitPlatformSupport::audioHardwareBuffe... | crogers@google.com | 2011-09-20 | 2 | -0/+5 |
* | Updated *.pak file format to support both UTF8 and UTF16 | adriansc@chromium.org | 2011-09-19 | 1 | -2/+18 |
* | Convert file request to http request for layout test for Android. | zhenghao@google.com | 2011-09-16 | 1 | -0/+14 |
* | Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o... | bauerb@chromium.org | 2011-09-15 | 1 | -1/+0 |
* | Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o... | bauerb@chromium.org | 2011-09-15 | 1 | -0/+1 |
* | Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,... | bauerb@chromium.org | 2011-09-15 | 1 | -1/+0 |
* | Add Android platform for webkit/support. | zhenghao@google.com | 2011-09-15 | 4 | -10/+17 |
* | Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ... | ananta@chromium.org | 2011-09-15 | 1 | -15/+0 |
* | Fork platform_support_android.cc from platform_support_gtk.cc. | tony@chromium.org | 2011-09-09 | 1 | -0/+79 |
* | Use precompiled headers for most large projects where the .gyp file | joi@chromium.org | 2011-09-07 | 1 | -0/+1 |
* | Update Chrome to use WebKitPlatformSupport instead of WebKitClient. | abarth@chromium.org | 2011-09-02 | 8 | -83/+97 |
* | Stop forward declaring WebKitClient. | abarth@chromium.org | 2011-08-31 | 1 | -1/+1 |
* | Add a GTK support routine that returns a simulated nativeKeyCode for a given | noel@chromium.org | 2011-08-29 | 2 | -0/+15 |
* | Move base/resource_util.* into base/win/ since it's windows specific. | tony@chromium.org | 2011-08-25 | 1 | -3/+3 |
* | fix typo in log message | epoger@google.com | 2011-08-25 | 1 | -1/+1 |
* | [Mac] Return an empty StringPiece from GetDataResource() when |g_resource_dat... | asvitkine@chromium.org | 2011-08-24 | 1 | -2/+3 |
* | Make WebPluginInfo more generic | cpu@chromium.org | 2011-08-14 | 2 | -4/+4 |
* | Plumb media data from renderers up to MediaInternals in the browser process. | scottfr@chromium.org | 2011-08-05 | 1 | -1/+3 |
* | Revert 95542 - Plumb media data from renderers up to MediaInternals in the br... | yzshen@chromium.org | 2011-08-05 | 1 | -3/+1 |
* | Plumb media data from renderers up to MediaInternals in the browser process. | scottfr@chromium.org | 2011-08-05 | 1 | -1/+3 |
* | PluginList cleanup to fix a race condition and decrease the API surface for f... | bauerb@chromium.org | 2011-07-29 | 2 | -9/+11 |
* | Explicitly Initialize GURL library before spawning any threads in webkit test... | jnd@chromium.org | 2011-07-27 | 1 | -0/+5 |
* | reland patch http://codereview.chromium.org/7204008 after webrtc build has be... | wjia@chromium.org | 2011-07-20 | 1 | -1/+2 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 1 | -1/+0 |
* | Introduce ui.dll / libui.so for the component build. | darin@chromium.org | 2011-07-17 | 3 | -44/+86 |
* | Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu... | sky@chromium.org | 2011-07-14 | 1 | -2/+1 |
* | add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ... | wjia@chromium.org | 2011-07-14 | 1 | -1/+2 |
* | Add a mock WebAudioDevice for chromium DRT | crogers@google.com | 2011-07-13 | 5 | -0/+61 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 2 | -11/+0 |
* | Move code to clear web databases on shutdown to the database tracker | jochen@chromium.org | 2011-07-08 | 1 | -1/+2 |
* | Removing defunct OpenMAX code (round 2). | scherkus@chromium.org | 2011-06-28 | 1 | -1/+0 |
* | Removed the GetProductVersion function from webkit_glue and replace it with t... | ananta@chromium.org | 2011-06-16 | 1 | -6/+4 |
* | make command buffer work in DRT | gman@chromium.org | 2011-06-03 | 1 | -1/+2 |
* | Changes to have chrome building with net.dll | rvargas@google.com | 2011-06-03 | 1 | -1/+3 |
* | Revert 87790 - Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 1 | -0/+1 |
* | Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 1 | -1/+0 |
* | More WebSQLDatabase and QuotaManager integration. | michaeln@google.com | 2011-05-26 | 2 | -7/+4 |
* | Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ... | chromium@hybridsource.org | 2011-05-25 | 1 | -2/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Use the QuotaManager to determine the space available to WebSQLDatabases. Sin... | michaeln@google.com | 2011-05-25 | 4 | -7/+50 |
* | Exporting ScopedTempDir so it can be used by webkit layout tests. | gregsimon@chromium.org | 2011-05-20 | 2 | -0/+31 |
* | Remove files that are compiled in both ui_base and app_base. | tony@chromium.org | 2011-05-20 | 1 | -0/+1 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 2 | -8/+8 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | Miscellaneous webkit_glue namespace changes in preparation for building src\c... | ananta@chromium.org | 2011-05-19 | 2 | -13/+1 |
* | Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur... | apatrick@chromium.org | 2011-05-12 | 1 | -1/+2 |
* | Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea... | antonm@chromium.org | 2011-05-12 | 1 | -2/+1 |
* | Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur... | apatrick@chromium.org | 2011-05-12 | 1 | -1/+2 |