- 07 Jun, 2014 40 commits
-
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/320673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275657 0039d316-1c4b-4281-b951-d872f2087c98
-
jrummell@chromium.org authored
Now that the EME-WD spec has changed to specify promises, implement them on the Chromium side. They currently get converted back to events before passing them to blink:: until the blink interface gets changed. Additional changes in this CL: 1. Pass a reference to the promise though PPAPI. 2. Roll DEPS for CDM.h to include CDM_5. 3. Update cdm_adapter to use CDM_5 (in addition to existing CDM_4). 4. Change External Clear Key to use CDM_5. 5. Since CDM_5 references sessions by the actual session id (a string, web_session_id), switch to using it rather than the previously used session_id (which is an integer, and used as a reference). BUG=358271 TEST=all existing encrypted media layout and browser tests pass Review URL: https://codereview.chromium.org/265993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275656 0039d316-1c4b-4281-b951-d872f2087c98
-
oysteine@chromium.org authored
Blink side: https://codereview.chromium.org/100563004/ Note: This can't land until the Blink-side has landed. R=jamesr@chromium.org,jam@chromium.org BUG=277886 Review URL: https://codereview.chromium.org/109283006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275655 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
the elapsed time between starting the crypto handshake, and receiving confirmation from the server. Review URL: https://codereview.chromium.org/318143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275654 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Much of the Indexed DB backend was ported from blink, and we didn't remember to add these macros in most places. Toss 'em in where easy. BUG=381456 R=cmumford@chromium.org,ericu@chromium.org Review URL: https://codereview.chromium.org/312093005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275653 0039d316-1c4b-4281-b951-d872f2087c98
-
sl.ostapenko@samsung.com authored
Rather than registering all jni bindings at startup, only get references to the class object for those files which require bindings. All others are satisfied by exporting symbols which can be found automatically by dalvik. This patch replaces excldue-libs=ALL with ld version script to strip unwanted symbols: https://sourceware.org/binutils/docs-2.24/ld/VERSION.html#VERSION BUG= Review URL: https://codereview.chromium.org/147533004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275652 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Have no qualms about fixing the definition of this broken field. (No need to deprecate the field and create a new one.) See bug link for details. The internal proto change has been submitted. TBR=pkasting BUG=381650 Review URL: https://codereview.chromium.org/314113009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275651 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG= Review URL: https://codereview.chromium.org/321583006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275650 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Some files just need a forward declaration of EpollServer. R=rch@chromium.org,rtenneti@chromium.org BUG=none Review URL: https://codereview.chromium.org/325503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275649 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
BUG=378014 Review URL: https://codereview.chromium.org/317013006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275648 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
BUG=369375 Review URL: https://codereview.chromium.org/325493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275647 0039d316-1c4b-4281-b951-d872f2087c98
-
alekseys@chromium.org authored
Generalize printer color model handling, get rid of CUPS specific case. Enable supported paper szes reporting for all platforms. BUG=239879 Review URL: https://codereview.chromium.org/324523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275646 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
There are a lot of steps in processing resources and preparing them for packaging. It will be easier if these are all done by the same script. BUG=375431,359249 Review URL: https://codereview.chromium.org/310313005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275645 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
Adds a direct dependence on WebKit/public so as full-path includes under that directory are successful. TBR=inferno@chromium.org Review URL: https://codereview.chromium.org/322643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275644 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
The Help page (chrome://help) should be called "About". This changes the page title and header, and the link in the uber frame sidebar. BUG=381794 R=dbeam@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/316343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275643 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275642 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/321453003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275641 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175703:175718&mode=html TBR=peter@chromium.org Review URL: https://codereview.chromium.org/320143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275640 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
This is dead code now, and is just getting in the way. The non-CA code in ui/cocoa may still be useful for reference and debugging for a little longer, but this stuff is way past that point. BUG= Review URL: https://codereview.chromium.org/311263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275639 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
I'm going to use these files in other examples. I refactored the code slightly to update compositor via a delegate. This way the code can easily (hopefully) be used by view_manager_lib related code. I'm also making aura::Env extend base::SupportsUserData so that consumers can add arbitrary key/value pairs to Env. BUG=365012 TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/314113011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275638 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275637 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
Revert of Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelerator (https://codereview.chromium.org/317083003/) Reason for revert: Speculative revert to fix content_unittest failures in http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/20807 Original issue's description: > Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelerator > > This moves the single method CanDecodeOnIOThread on > VideoDecodeAcceleratorImpl to VideoDecodeAccelerator. The > implementations that were subclasses of VideoDecodeAcceleratorImpl now > get an override for CanDecodeOnIOThread that returns false. > > TEST=linux desktop build > BUG=380884 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275621 TBR=scherkus@chromium.org,fischman@chromium.org,spang@chromium.org NOTREECHECKS=true NOTRY=true BUG=380884 Review URL: https://codereview.chromium.org/319323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275636 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
This is a class to handle the session handshake logic as well as encryption with session key. The stub implementation for session type "empty" does nothing and passes the data unencrypted. BUG=380795 Review URL: https://codereview.chromium.org/316873004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275635 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
asynchronous implementation. Current ChannelIDSource implementations work in synchronous mode. So QuicCryptoClientStream still calls ChannelIDSource::GetChannelIDKey() as a synchronous function. In a future CL, QuicCryptoClientStream will properly call ChannelIDSource::GetChannelIDKey() as an asynchronous function. Note that ChannelIDSourceForTesting() returns a ChannelIDSource that works in synchronous mode. Merge internal CL: 68399207 R=rch@chromium.org,rtenneti@chromium.org BUG=none Review URL: https://codereview.chromium.org/320663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275634 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Some of the code from a previous prototype [1] pulled out into a smaller patch that can be committed. [1] https://chromiumcodereview.appspot.com/274773002/ BUG=362293 Review URL: https://codereview.chromium.org/311193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275633 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
This change is a simple cleanup: It removes some Channel API that is only used only in POSIX specific tests. These funtions still live in ChannelPosix. POSIX speicific tests now touch ChannelPosix instead of its superclass Channel. TEST=none R=darin@chromium.org, jam@chromium.org BUG=377980 Review URL: https://codereview.chromium.org/320433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275632 0039d316-1c4b-4281-b951-d872f2087c98
-
bolian@chromium.org authored
BUG=376486 Review URL: https://codereview.chromium.org/324503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275631 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
This code path was broken sometime within a year, and we don't think it's worth to support this more. BUG=366154 Review URL: https://codereview.chromium.org/317083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275395 0039d316-1c4b-4281-b951-d872f2087c98 Review URL: https://codereview.chromium.org/319943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275630 0039d316-1c4b-4281-b951-d872f2087c98
-
pearlchen@chromium.org authored
* Sidenav subnav has a grey bg. * Only the article page ToC is sticky when scrolling (not entire sidenav area) * In ToC, can now click through on h2 headings when there are child h3 headings (previously it would only expand the menu and not go to the anchor link) * Fixed bug where sidebar overlapped with article body * Removed misleading mouse pointer cursor on fatnav for non-clickable items. * Removed -webkit and other prefixes for box shadows and linear gradients * Added .video-container class so YouTube video will be responsive BUG= Review URL: https://codereview.chromium.org/291663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275629 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
PERF SHERIFFS: This will change all benchmarks that use the typical_25 page set. BUG=381694 TBR=dtu@chromium.org Review URL: https://codereview.chromium.org/314303006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275625 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
BUG=381827 Review URL: https://codereview.chromium.org/321613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275624 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
Fix a bug wherein we'd release a scoped_ptr and dereference it in the same line of code. That worked by luck on some compilers, but failed on OSX, in a way only revealed by tryjobs on a subsequent blink change. BUG=108012 Review URL: https://codereview.chromium.org/320103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275623 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=372495 TEST=none R=keybuk@chromium.org Review URL: https://codereview.chromium.org/317333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275622 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
This moves the single method CanDecodeOnIOThread on VideoDecodeAcceleratorImpl to VideoDecodeAccelerator. The implementations that were subclasses of VideoDecodeAcceleratorImpl now get an override for CanDecodeOnIOThread that returns false. TEST=linux desktop build BUG=380884 Review URL: https://codereview.chromium.org/317083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275621 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
On Windows, if the browser is still writing the DevToolsActivePort file when Telemetry attempts to open it, Python will raise an IOError. Make the Telemetry-side code more robust when reading the file containing the port. BUG=372560 Review URL: https://codereview.chromium.org/317163008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275620 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
BUG=366154 Review URL: https://codereview.chromium.org/314103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275619 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
The InMemoryContentStore currently only supports lookup by entry ID, but this CL adds support for also looking up articles by URLs. This will make the class more usable for when users manually distill web pages. BUG=379642 Review URL: https://codereview.chromium.org/314573005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275618 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275614 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175623:175702&mode=html TBR=peter@chromium.org Review URL: https://codereview.chromium.org/319253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275613 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
"Client" rather than "Delegate" is the canonical name for embedder delegate interfaces. Also renames TabAutofillManagerDelegate to ChromeAutofillClient. BUG=none TEST=compiles R=blundell@chromium.org Review URL: https://codereview.chromium.org/306053008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275612 0039d316-1c4b-4281-b951-d872f2087c98
-