| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 151265 - Preprocessing version number for plugins to ignore leading zer... | cevans@chromium.org | 2012-09-05 | 3 | -0/+34 |
* | Merge 151734 - Fix race condition with windowless plugin buffers. The problem... | cevans@chromium.org | 2012-09-05 | 4 | -4/+37 |
* | Merge 152532 - Quota double-delete fix | cevans@chromium.org | 2012-09-05 | 2 | -1/+7 |
* | Merge 152792 - Cache image data objects. | brettw@chromium.org | 2012-08-31 | 4 | -18/+21 |
* | Merge 152626 - Fix IcedTea plug-in being always considered out-of-date: | cevans@chromium.org | 2012-08-25 | 2 | -9/+4 |
* | Merge 152886 - Enable component updated flapper while bundled flapper is avai... | yzshen@chromium.org | 2012-08-23 | 2 | -4/+20 |
* | Merge 150446 - Linux: Add more selective plugin blacklisting code. Blacklist ... | thestig@chromium.org | 2012-08-23 | 1 | -5/+35 |
* | Updating XTBs based on .GRDs from branch 1229 | karen@chromium.org | 2012-08-17 | 52 | -11/+63 |
* | Merge 150468 - Set the user gesture when executing script. | brettw@chromium.org | 2012-08-10 | 1 | -2/+9 |
* | Merge 150922 - Add pepper permissions to WebPluginInfo | brettw@chromium.org | 2012-08-10 | 2 | -3/+11 |
* | Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to ... | tzik@chromium.org | 2012-08-07 | 24 | -98/+221 |
* | Add GL_CHROMIUM_texture_mailbox entrypoints to wgc3d implementations | piman@chromium.org | 2012-08-07 | 4 | -0/+35 |
* | Use hi-resolution favicon variants if available. | thakis@chromium.org | 2012-08-07 | 1 | -1/+1 |
* | Add path filtering to DeviceMediaFileUtil | tzik@chromium.org | 2012-08-07 | 5 | -53/+123 |
* | Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ... | fischman@chromium.org | 2012-08-06 | 7 | -60/+0 |
* | Add OS_CHROMEOS case in file_util::GetHomeDir() | haruki@chromium.org | 2012-08-06 | 1 | -17/+4 |
* | Add webkit/ api to request all frames in an image. | thakis@chromium.org | 2012-08-06 | 5 | -1/+141 |
* | mac DumpRenderTree: Include missingImage.png | thakis@chromium.org | 2012-08-05 | 1 | -1/+4 |
* | Create ShareableFileReference on IO thread | kinuko@chromium.org | 2012-08-04 | 12 | -85/+120 |
* | Fix two unchecked return values | tbreisacher@chromium.org | 2012-08-03 | 1 | -3/+9 |
* | Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME. | xhwang@chromium.org | 2012-08-03 | 5 | -14/+399 |
* | Remove ScopedAllowIO from MediaPathFilter | tzik@chromium.org | 2012-08-03 | 2 | -14/+28 |
* | Add support for mocking failed loads to WebURLLoaderMock. | japhet@chromium.org | 2012-08-03 | 5 | -1/+46 |
* | Change PluginInstance so it shuts down the NaCl Plugin when it uses the IPC P... | bbudge@chromium.org | 2012-08-03 | 2 | -0/+11 |
* | Report that we're no longer downloading when the resource loader has finished... | scherkus@chromium.org | 2012-08-03 | 2 | -6/+25 |
* | Enable the creation of Mock WebRTCPeerConnection objects in DumpRenderTree. | tommyw@chromium.org | 2012-08-03 | 2 | -3/+15 |
* | Isolated FS for Media devices. | kmadhusu@chromium.org | 2012-08-03 | 14 | -7/+788 |
* | Remove CHECK and NOTREACHED for mouse lock, fix full screen transition. | nfullagar@google.com | 2012-08-03 | 1 | -5/+3 |
* | Temporary allow IO for GetMimeTypeFromExtensions in MediaPathFilter. | tzik@chromium.org | 2012-08-03 | 1 | -0/+5 |
* | Adding RevokeFileSystemByPath | kinuko@chromium.org | 2012-08-02 | 4 | -42/+140 |
* | Remove VideoDecoder::natural_size() & added VideoFrame::natural_size(). | acolwell@chromium.org | 2012-08-02 | 4 | -16/+19 |
* | Add PP_FlashLSORestrictions to the list of settings supported by the Flash_Ge... | bauerb@chromium.org | 2012-08-02 | 4 | -3/+30 |
* | Wire up the deleteFileSystem operation. | nhiroki@google.com | 2012-08-02 | 12 | -64/+157 |
* | Update media duration if data is appended after the previous duration | vrk@google.com | 2012-08-02 | 1 | -1/+13 |
* | Disable support for the Mac NPAPI Carbon event model | stuartmorgan@chromium.org | 2012-08-02 | 2 | -14/+18 |
* | Implement media path filter | tzik@chromium.org | 2012-08-02 | 14 | -22/+619 |
* | gdata cleanup: Fix mismatched comments and remove unnecessary forward declara... | kinaba@chromium.org | 2012-08-02 | 1 | -2/+0 |
* | Add 2x resources for Chrome PDF Viewer | jhorwich@chromium.org | 2012-08-01 | 45 | -0/+0 |
* | mac: Fix a few compile errors with the 10.8 SDK | thakis@chromium.org | 2012-08-01 | 2 | -5/+6 |
* | Fix a renderer crash when media elements get deleted | qinmin@chromium.org | 2012-08-01 | 2 | -31/+14 |
* | Added OtherColorLabel localized string. | keishi@chromium.org | 2012-08-01 | 2 | -0/+5 |
* | Implement isRenderingVSynced on RenderWidget | jbates@chromium.org | 2012-08-01 | 2 | -0/+5 |
* | Dead member removal, courtesy of Scythe, %/media/% edition. | fischman@chromium.org | 2012-07-31 | 2 | -2/+0 |
* | Update webkit_resources to support high-dpi assets | rbyers@chromium.org | 2012-07-31 | 107 | -146/+151 |
* | Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration(). | acolwell@chromium.org | 2012-07-31 | 1 | -1/+0 |
* | Add a new webkit resource to default_100_percent directory in prep for move | rbyers@chromium.org | 2012-07-31 | 1 | -0/+0 |
* | Adding histograms showing fraction of page load times spent in the disk cache... | tburkard@chromium.org | 2012-07-30 | 1 | -0/+4 |
* | Add const accessors to URLRequest and UploadData. | vabr@chromium.org | 2012-07-28 | 2 | -2/+3 |
* | Delete now-unnecessary local-side overrides. | pkasting@chromium.org | 2012-07-28 | 1 | -4/+0 |
* | Change ShareableFileReference to take TaskRunner instead of MessageLoopProxy | kinuko@chromium.org | 2012-07-28 | 2 | -13/+15 |