- 24 May, 2014 40 commits
-
-
yoz@chromium.org authored
BUG=368334 Review URL: https://codereview.chromium.org/296133011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272696 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously immediate reconnection was triggered by the video channel becoming inactive. That can cause spurious reconnects on flaky networks. Now the webapp will always wait for 10 seconds before trying to reconnect. BUG=375568 Review URL: https://codereview.chromium.org/297963005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272695 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272689 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=346399 TEST=none Review URL: https://codereview.chromium.org/260903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272687 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
- "cd" under some bash settings can print the current directory - adb_gdb variable use is missing undescore BUG= Review URL: https://codereview.chromium.org/292983014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272686 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
I got this by change when I ran: $ gn gen out/Debug_gn --args='os="linux" cpu_arch="arm"' ERROR at //content/common/BUILD.gn:151:31: Undefined identifier if (cpu_arch != "arm" || !is_chromos) { ^--------- BUG=None TEST=above TBR=brettw@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/302443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272685 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Review URL: https://codereview.chromium.org/297113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272684 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
sanjeevr@ hasn't been active on the project for long time. Review URL: https://codereview.chromium.org/299923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272683 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
TBR for analyzer changes, which are just fixes to the analyzer unit tests. R=dsinclair CC=epenner TBR=willchan Review URL: https://codereview.chromium.org/277883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272682 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=362288 Review URL: https://codereview.chromium.org/287253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272681 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
Previously it would not set the return address properly, hopefully it will work now. Review URL: https://codereview.chromium.org/282333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272680 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
Also moves the prefs registration to the stability provider. BUG=374206 Review URL: https://codereview.chromium.org/299153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272679 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272678 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=174693:174715&mode=html TBR=kbr@chromium.org,alph@chromium.org,eseidel@chromium.org BUG= Review URL: https://codereview.chromium.org/297063004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272677 0039d316-1c4b-4281-b951-d872f2087c98
-
hanxi@chromium.org authored
This patch continues the work of issue 170733004(https://codereview.chromium.org/170733004). Two things are done in this patch: 1) Update the patch to compile again. 2) Move IPC handler to chrome_render_message_filter, and update content_settings_observer.cc. BUG=343382 Review URL: https://codereview.chromium.org/273513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272676 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
This is needed to remove dependency on GCMStatsRecorder from GCMClient. BUG=356716 TEST=existing tests TBR=arv@chromium.org Review URL: https://codereview.chromium.org/294053017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272675 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
The #ifdefs in badge_util.cc had the chromeos code behind OS_LINUX && TOOLKIT_VIEWS, which is no longer just chromeos. Switch that block to OS_CHROMEOS and use the old GTK+ hard coded settings in the Linux aura build. BUG=376335 Review URL: https://codereview.chromium.org/295263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272674 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272673 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
- Uploading from pure-svn and intending to commit manually to properly remove the directory from svn. - Includes deps_whitelist change for new Skia DEP - Attempt #3 failed due to Poppler license issue. This was resolved in https://skia.googlesource.com/skia/+/3056bdd2364fe1aa68f4ec7b0fe07740c3e8d123 R=mkosiba@chromium.org Review URL: https://codereview.chromium.org/296903004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272672 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
This is not hooked up yet, migration code from Json-backed stores is needed, among other things. BUG=362814 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271602 Review URL: https://codereview.chromium.org/169323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272671 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/296043014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272670 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
GCMProfileService tweaks the default value of prefs::kGCMChannelEnabled so that GCM is enabled by default on the canary/dev/custom channels only. However, the code that uses this pref has been broken for three months now (since http://crrev.com/253787) so that it completely ignores the default pref value. Hence, there is no need to tweak the default. BUG=376746 TEST=Manual Review URL: https://codereview.chromium.org/301433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272669 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Modify content SynchronousCompositor related classes to support for content embedder to use delegated rendering. The embedder is responsible for creating the parent compositor. Essentially need to pass CompositorFrame and CompositorFrameAck between embedder and SynchronousCompositor. Also need to expose the share context so embedder can correctly initialize a context for parent compositor. In android_webview implemented parent compositor for delegated rendering while keeping the current direct renderer working, controlled by a command line switch. BrowserViewRenderer deals exclusively with SynchronousCompositor (the child). And HardwareRenderer deals exclusively with the parent compositor. The two share data through lock protected SharedRendererState. And all are coordinated by native AwContents. Direct rendering path is kept alive in HardwareRendererLegacy and code guarded by switches::UbercompEnabled. Direct rendering path remains the default. BUG=344087 Review URL: https://codereview.chromium.org/287993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272668 0039d316-1c4b-4281-b951-d872f2087c98
-
harrym@chromium.org authored
BUG=145845 Review URL: https://codereview.chromium.org/274273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272667 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
There is no device owner during OOBE, so owner settings are not saved, but language setting should be stored. BUG=chrome-os-partner:27284 TEST=none Review URL: https://codereview.chromium.org/299443018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272666 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
R=tonyg@chromium.org BUG= Review URL: https://codereview.chromium.org/294053016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272665 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
Also add regular expressions support to net::FakeURLFetcherFactory. BUG=245075 TEST=none Review URL: https://codereview.chromium.org/294903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272664 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/298683008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272663 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=310365 TEST=browser_test & tested visually (taskamanger, running YouTube, deleting active&inactive hidden tabs, ..) Review URL: https://codereview.chromium.org/286943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272662 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 Review URL: https://codereview.chromium.org/291513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272661 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Caused layout test failures and out-of-memory errors on several Mac bots on the Blink waterfall. See Issue 375206. BUG=375206 > cc: Examine layers to determine if we're ready to activate. > > This introduces a new mechanism for determining when > we're ready to activate the pending tree. The tile > priority is still used to determine when it's worth > waking up the compositor thread and evaluating if > we can activate. However, the actual check that > determines if we're ready to activate doesn't rely > on the state of scheduled raster tasks but is a > synchronous call on each layer. > > The result is a pending tree activation mechanism that > is much easier to debug and validate for correctness, > while still providing the performance benefits of the > old mechanism by taking the "required to activate" field > of the tile priority into account when scheduling tasks. > > BUG=375206 > TEST=cc_unittests --gtest_filter=PictureLayerImplTest.AllTilesRequiredForActivationAreReadyToDraw > > Review URL: https://codereview.chromium.org/287643004 TBR=reveman@chromium.org Review URL: https://codereview.chromium.org/301493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272660 0039d316-1c4b-4281-b951-d872f2087c98
-
cthomp@chromium.org authored
BUG=364336 Review URL: https://codereview.chromium.org/294903007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272659 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
Part of the transition from rasterize_and_record_micro.fast_path.key_silk_cases to rasterize_and_record_micro.fast_path_gpu_rasterization.key_silk_cases. I've previously removed the old benchmark from the buildbot scripts and the bots have been restarted since. Removing the benchmark from Telemetry. BUG=367678 Review URL: https://codereview.chromium.org/292423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272658 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
bb_device_steps.py's RunTestSuites took only one options argument that will be applied for all the running test suites. Add another suites_options argument so that the caller can specify options on certain test suites. BUG=368034 Review URL: https://codereview.chromium.org/297833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272657 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272656 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
petarj updated them here: https://gerrit.chromium.org/gerrit/70277 BUG=none TEST=none TBR=wolenetz NOTRY=true Review URL: https://codereview.chromium.org/294383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272655 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/295223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272654 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
separators. R=rockot@chromium.org Review URL: https://codereview.chromium.org/297963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272653 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
BUG=332418 Review URL: https://codereview.chromium.org/290733013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272652 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
And change ExtensionToolbarModel to use it instead of NOTIFICATION_EXTENSION_UNINSTALLED. R=kalman@chromium.org BUG=354459 TEST=unit_test Review URL: https://codereview.chromium.org/289073008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272649 0039d316-1c4b-4281-b951-d872f2087c98
-