- 04 Aug, 2014 40 commits
-
-
alemate@chromium.org authored
During extension initialization we should not rely on GetActiveUserProfile(). BUG=397971 TEST=manual Review URL: https://codereview.chromium.org/428783008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287371 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/dddc18a6bba67ad43a65f4c244b95f76cefef617..41ebbddd76b747d5fb32c02dda0de3d03a3edda5 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=bungeman@google.com BUG= Review URL: https://codereview.chromium.org/438063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287370 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
The PNG files are corrupt. > Add test data for extensions ImageLoaderTest > > Binary data for https://codereview.chromium.org/439023002/ > > BUG=397164 > TEST=none > TBR=yoz@chromium.org > NOTRY=true > > Review URL: https://codereview.chromium.org/433583004 TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/430823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287367 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
IsCurrentUserNew always returned true for supervised users after recent refactoring of UserManager. BUG=387614 Review URL: https://codereview.chromium.org/437233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287366 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
R=rockot@chromium.org BUG=354046 Review URL: https://codereview.chromium.org/418413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287365 0039d316-1c4b-4281-b951-d872f2087c98
-
reillyg@chromium.org authored
The culmination of all this USB gadget nonsense... the HidConnection tests can now use the USB gadget framework I have built to validate device I/O works. This replaces the code based on a specially programmed Arduino running the LUFA library. BUG=396682 Review URL: https://codereview.chromium.org/423473008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287364 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
The new message is called sendMessageToBrowser. BUG=398049 Review URL: https://codereview.chromium.org/423673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287363 0039d316-1c4b-4281-b951-d872f2087c98
-
robliao@chromium.org authored
This test breaks on iOS Simulation. Introduced by https://codereview.chromium.org/425593002 BUG=400382 TBR=nednguyen Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287361 Review URL: https://codereview.chromium.org/438043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287362 0039d316-1c4b-4281-b951-d872f2087c98
-
robliao@chromium.org authored
This test breaks on iOS Simulation. Introduced by https://codereview.chromium.org/425593002 BUG=400382 TBR=nednguyen Review URL: https://codereview.chromium.org/438043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287361 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=264859 R=dpranke@chromium.org Review URL: https://codereview.chromium.org/433023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287359 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
I have no idea why some builds pass now. Locally without this dll, it fails 100% of the time. TBR=maruel Review URL: https://codereview.chromium.org/435193004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287358 0039d316-1c4b-4281-b951-d872f2087c98
-
simonb@chromium.org authored
Relocations with addend use the addend rather that the location pointed to by the relocation as the target of the relocations. For RELA relocations, ignore the target and instead adjust the addend for the hole being created in the file. Change unit test data accordingly. Ensure that sections we resize are never zero-length when we load the Elf file, and that we never set either to zero-length on packing. BUG=385553 Review URL: https://codereview.chromium.org/423393010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287354 0039d316-1c4b-4281-b951-d872f2087c98
-
kishor.ag@samsung.com authored
BUG= 399517 Review URL: https://codereview.chromium.org/422863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287353 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Binary data for https://codereview.chromium.org/439023002/ BUG=397164 TEST=none TBR=yoz@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/433583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287352 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
OOBE shows the network selection screen first. This screen will change the application locale when it finishes loading and once again when it loses focus. This CL ensures that tests wait until both events have happened before proceeding so that locale switches initiated by the network selection screen do not interfere with the locale switching code that is actually under test. BUG=214904,241790 TEST=DeviceLocalAccountTest.SelectLanguageAndKeyboardWithTermsOfService R=pneubeck@chromium.org Review URL: https://codereview.chromium.org/423073009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287350 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
Previously, the options for tracing were passed around with different ad hoc systems. Strings in some places, base::debug::TraceOptions enum in others, and a content::TraceOptions in yet another. There were two separate ad-hoc string formats. Similar messes were present with category filters: sometimes we passed strings, sometimes the CategoryFilter. This patch though enormous looking simply consolidates all this ad-hockery into base::debug::TraceOptions. It may look like the call sites have gotten more verbose, but the end result of this is a consistent understanding of TraceOptions. There is one exception to this consolidation: devtools has to maintain its own mapping of string->TraceOptions encoding. This is because DevTools makes guarantees about backward compatibility: if base changes its mind about the string form of a TraceOption, devtools needs to keep supporting the old form. BUG=396081 TBR=cevans@chromium.org Review URL: https://codereview.chromium.org/425593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287348 0039d316-1c4b-4281-b951-d872f2087c98
-
mvanouwerkerk@chromium.org authored
This test is flaky on Android, so disable it there. BUG=392446 TBR=nduca@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/439243006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287347 0039d316-1c4b-4281-b951-d872f2087c98
-
heeyoun.lee@samsung.com authored
R=pdr NOTRY=true Review URL: https://codereview.chromium.org/441673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287346 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/417173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287342 0039d316-1c4b-4281-b951-d872f2087c98
-
dongseong.hwang@intel.com authored
After r284652 applying bindless variants mailbox produce/consume, WebMediaPlayerImpl::copyVideoTextureToPlatformTexture() doesn't change texture binding. So the given DCHECK becomes redundant. BUG=375501 Review URL: https://codereview.chromium.org/438643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287341 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287340 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179467:179473&mode=html TBR=pdr@chromium.org,enne@chromium.org,rjwright@chromium.org BUG= Review URL: https://codereview.chromium.org/437953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287339 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
A criteria was always timing out instead of stopping when needed. BUG=None Review URL: https://codereview.chromium.org/435193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287338 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
The fixes consist of locking on the UI thread and wait for idle sync after a lock BUG=353500 Review URL: https://codereview.chromium.org/429173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287337 0039d316-1c4b-4281-b951-d872f2087c98
-
djsollen@google.com authored
BUG=skia:2785 Review URL: https://codereview.chromium.org/435963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287336 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
BUG=301515 Review URL: https://codereview.chromium.org/433423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287334 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Move all types from //chrome/browser/history/history_types.{cc,h} that do not depends on content types to //components/history. BUG=371816 TBR=msw@chromium.org TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/439713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287333 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
It gives the opportunity to remove the flaky ScreenOrientationIntegrationTest.java BUG=None TBR=jdduke@chromium.org (for some reasons, the presubmit hook doesn't consider that I own that file...) Review URL: https://codereview.chromium.org/431103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287332 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
CustomLauncherPageContents now implements WebContentsDelegate. Now web features that rely on the browser, such as clicking links and opening file choosers, are handled rather than being ignored. BUG=391137 Review URL: https://codereview.chromium.org/404383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287331 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287329 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179463:179466&mode=html TBR=pdr@chromium.org,enne@chromium.org,rjwright@chromium.org BUG= Review URL: https://codereview.chromium.org/439273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287328 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287327 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
TBR=hpayer@chromium.org Review URL: https://codereview.chromium.org/437983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287326 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
Since scroll handlers do not block composited scrolling, the existing input latency metric will only report the response time for the compositor when scrolling a page with a handler. This is not accurate for pages that implement scroll-synchronized effects, because the scroll handler needs to be invoked so that the page contents are updated with the new scroll offset. This patch fixes the problem by forwarding latency information from the impl to the main thread when we are scrolling a layer that has an active scroll event handler. In the case the scroll handler is no-op, the latency information will be terminated as a failed commit. Sample trace: https://drive.google.com/file/d/0ByyxMXB38gLDRE40bkU5TVd0U00/edit?usp=sharing BUG=347366 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282117 Review URL: https://codereview.chromium.org/365463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287325 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
As we still don't have the infrastructure work to reuse the chrome version number in place, bump the fake version number to 38.0.0.0 to reflect that trunk is based on Chromium 38. BUG=297522 NOTRY=true Review URL: https://codereview.chromium.org/439263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287324 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
These prefixes were only available in IDs aquired with the old API. BUG=None TEST=git cl try Review URL: https://codereview.chromium.org/439713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287322 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
The recommended C++ library on iOS is libc++ but the compiler still default to libstdc++ so add a new gyp variable "use_system_libcxx" to choose which C++ library to use. When building Chrome for iOS, so tool are still build on the host which targets Mac OS X SDK 10.6 which does not supports libc++ so only enabled the usage of libc++ when not building for the host. The version of clang shipped on Google storage does not supports using the system libc++ so instead use the version of clang shipped with Xcode when using libc++. BUG=366744 Review URL: https://codereview.chromium.org/425313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287321 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287320 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179460:179462&mode=html TBR=pdr@chromium.org,enne@chromium.org,rjwright@chromium.org BUG= Review URL: https://codereview.chromium.org/436233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287319 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
MacOS is still broken. Chrome OS got fixed by the previous fix. Android was broken by a not required NOTREACHED(). BUG=None Review URL: https://codereview.chromium.org/436603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287318 0039d316-1c4b-4281-b951-d872f2087c98
-