- 11 Jul, 2014 40 commits
-
-
fsamuel@chromium.org authored
This is the first working CL of <appview>. This CL implements the basic permission API with the onAppEmbeddingRequest event. BUG=364141 Review URL: https://codereview.chromium.org/354483004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282664 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This moves the intermediate grit files: ui/ui_resources -> ui/resources ui/ui_strings -> ui/strings in the GYP build to put it in line with the GN one (and also what one would expect). R=ajwong@chromium.org BUG= Review URL: https://codereview.chromium.org/381113004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282663 0039d316-1c4b-4281-b951-d872f2087c98
-
achaulk@chromium.org authored
The surface builds up a list of overlays as they come in and HDC is modified to do the page flip + present all overlays in one go. BUG=380861 NOTRY=true Review URL: https://codereview.chromium.org/371813004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282662 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 Review URL: https://codereview.chromium.org/385213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282661 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/385133005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282659 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282658 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177921:177947&mode=html TBR=junov@chromium.org,falken@chromium.org BUG= Review URL: https://codereview.chromium.org/389643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282657 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
Revert of [Android] Add heap_profiler_unittests to Android bots. (https://codereview.chromium.org/351183003/) Reason for revert: It seems to be breaking some internal bots. :-/ Original issue's description: > [Android] Add heap_profiler_unittests to Android bots. > > Add proper coverage to heap_profiler. > > BUG=382489 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282626 TBR=aurimas@chromium.org NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/386073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282656 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
Removes the "ShouldRunMigrationTest()" check from the migration tests. This check was preventing the tests from being run, but did not cause them to emit any errors. Sets these tests to use the legacy python server, since the in-process server does not yet support migration. Removes a DCHECK in StatusChangeChecker, since the MigrationChecker won't work when that condition is enforced. We can look into re-enabling it at some later point. Disables many of the migration tests. They've been broken by changes made to the code since they were disabled. BUG=392989 Review URL: https://codereview.chromium.org/387763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282654 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
Make also complained about some broken links and stopped w/ warnings as errors. I assume a bunch these went away w/ the really old proxy switch =) BUG=266395 NOTRY=true Review URL: https://codereview.chromium.org/383523004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282653 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
We'll only export files from ui/ozone/public to other, higher-level components. In particular the files from ui/ozone/common and ui/ozone/platform are private. BUG=none TEST=desktop build with use_ozone=1 chromeos=1 Review URL: https://codereview.chromium.org/379233005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282652 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
Now that the embedder side landed, this patch follows-up on https://codereview.chromium.org/356043002 and allows to use all 20 renderer services on Android. BUG=325842 Review URL: https://codereview.chromium.org/388803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282651 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/371033005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282645 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This is a followup to http://crrev.com/282419 . BUG=none TEST=none Review URL: https://codereview.chromium.org/383863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282644 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
See http://lists.w3.org/Archives/Public/public-touchevents/2014Apr/0005.html for details. BUG=354460 TEST=TouchEventQueueTest.TouchAbsorptionWithConsumedFirstMove, TouchEventQueueTest.TouchCancelOnScroll Review URL: https://codereview.chromium.org/228973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282642 0039d316-1c4b-4281-b951-d872f2087c98
-
weiliangc@chromium.org authored
In transition to let RenderPass take responsibility to allocate DrawQuads, Copy method from DQ is moved to RP. In drawquad_unittest, no RenderPass is present, thus it takes advantage of default copy constructor. Follow 368403003. BUG=344962 Review URL: https://codereview.chromium.org/380893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282640 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
The previous implementation of the directory-based file templates (like {{source_out_dir}}}) was overly simplistic. It did not allow these templates to be used in the outputs section of a target since the directories were relative to the build directory (it was only useful for actions). This new implementation changes the expansion of these values depending on where they're used, so they can be absolute when used in the outputs section, but relative to the build directory when used in the args section. The implementation of outputs was changed to allow the use of these expansions. The previous implementation stored them as SourceFiles which didn't allow the use of directory expansions, since that happens after converting the input to a SourceFile. This new patch stores the outputs as a list of strings to allow this to be late-bound properly (and it turns out that almost all users of this wanted the strings anyway). Changes the function that checks that files are in the output directory to optionally handle templates. Adds a test for this function. Fixes a bug in get_target_outputs that it didn't work for copy() targets that contained templates. Fix this and add a test. BUG= R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/387663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282639 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
There are some PPAPI dev interfaces that should not be added to the SDK, so it is better to warn instead of making it a presubmit error. BUG=none R=teravest@chromium.org TEST=made change to ppapi/cpp/buffer_dev.h, ran git cl presubmit Review URL: https://codereview.chromium.org/379923010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282637 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
As per spec update: https://github.com/slightlyoff/ServiceWorker/issues/353 Now the active worker is set to REDUNDANT when unregistered. If it has a controllee, this happens when it no longer has a controllee. This patch adds a Doom function to ServiceWorkerVersion which takes care of setting REDUNDANT and purging resources once there's no controllee. This obviates the need for ServiceWorkerStorage to listen for NoControllees and purge resources then. BUG=388095 Review URL: https://codereview.chromium.org/377153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282636 0039d316-1c4b-4281-b951-d872f2087c98
-
pshenoy@chromium.org authored
Convert githash to chromium revision instead of blink revision while doing a blink bisect (with -l option) in _FetchAndParse.Even though we are doing the blink bisect http://commondatastorage.googleapis.com/chromium-webkit-snapshots/index.html still stores the builds by chromium revisions. BUG=None NOTRY=True Review URL: https://codereview.chromium.org/383903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282635 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
They are always "true" for now, due to the way BLE devices work under Windows 8. BUG=388016 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282286 Review URL: https://codereview.chromium.org/378293007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282634 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
We have to use the SetupDIGetDeviceProperty API to retrieve this specific property, as the "connected" status is something common to many PnP devices. BUG=388016 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282212 Review URL: https://codereview.chromium.org/379943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282633 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
This should enable NULL deref and wild memory access detection! TBR=rnk@chromium.org BUG=345874 NOTRY=true Review URL: https://codereview.chromium.org/387013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282632 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
This adds a test for the bug fixed in https://codereview.chromium.org/373083002/, and also extends the existing tests to check the GAIA given name. BUG=none Review URL: https://codereview.chromium.org/386733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282631 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282630 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177910:177920&mode=html TBR=junov@chromium.org,falken@chromium.org BUG= Review URL: https://codereview.chromium.org/386933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282629 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=361809 TBR=dtu@chromium.org,chrishenry@google.com NOTRY=True Review URL: https://codereview.chromium.org/383963006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282628 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Step 1 in the 7-step dance to do an import where failing tests have been removed. BUG=389134 R=dpranke@chromium.org Review URL: https://codereview.chromium.org/371853004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282627 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
Add proper coverage to heap_profiler. BUG=382489 Review URL: https://codereview.chromium.org/351183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282626 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
The public API of mojo should not depend on any third-party library. This CL remove the @Nullable annoation on Message#readAndDispatchMessage R=rmcilroy@chromium.org Review URL: https://codereview.chromium.org/385113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282625 0039d316-1c4b-4281-b951-d872f2087c98
-
lucinka.brozkova@gmail.com authored
Simple test code refactoring, no behaviour change. Part 1: https://codereview.chromium.org/371743002/ BUG=391487 Review URL: https://codereview.chromium.org/381413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282623 0039d316-1c4b-4281-b951-d872f2087c98
-
kustermann@google.com authored
BUG=http://crbug.com/393177 TBR=sail@chromium.org Review URL: https://codereview.chromium.org/381423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282622 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=none Review URL: https://codereview.chromium.org/388803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282621 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL implements the new design for expanded public session pods from crbug.com/214904#c40. The basic pod is added now. The advanced pod will be added in a follow-up CL. The new design requires a different animation when the pod is expanding: An expanded pane slides out to the side and part of the main pane disappears. To facilitate this new animation, the CL refactors the HTML and CSS implementing user pods to be more modular with several panes that can overlap each other. This will also make it easier to implement the new standard pod design in crbug.com/361375. BUG=214904,241790 TEST=Manual, for all pod types, including desktop Review URL: https://codereview.chromium.org/369893005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282618 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
BUG=392145 Review URL: https://codereview.chromium.org/371263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282617 0039d316-1c4b-4281-b951-d872f2087c98
-
abhishek.a21@samsung.com authored
BUG=331299 Review URL: https://codereview.chromium.org/373443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282614 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282611 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff dslomov@chromium.org in case of problems. TBR=dslomov@chromium.org Review URL: https://codereview.chromium.org/381383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282610 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch adds the menu and the list of casts. The menu just shows the menu, casting feature is not implemented. All changes are effective only when the command line flag is specified. And the resource (cast icons) may change later. Major changes: - Detect Cast extension and load it - Discover casts and show them on the menu BUG=305511 TEST=manually testted Review URL: https://codereview.chromium.org/381073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282609 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Nico tells me that lldb is better than gdb. So give it a try. BUG=370551 R=marja@chromium.org Review URL: https://codereview.chromium.org/386913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282607 0039d316-1c4b-4281-b951-d872f2087c98
-