- 10 Jul, 2014 40 commits
-
-
tkchin@chromium.org authored
webrtc bug 3211. R=ronghuawu@chromium.org BUG= Review URL: https://codereview.chromium.org/376053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282382 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
This is how there were supposed to be before someone accidentally renumbered the match types. BUG=390597 Review URL: https://codereview.chromium.org/362033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282381 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=360311 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/381123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282380 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Split linux library expectations for debian into 32 and 64 bit, remove libgcc1 from 64 after clang switch BUG=360311 NOTRY=true Review URL: https://codereview.chromium.org/385693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282379 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Revert of Experimental app list: Added a current page indicator to the launcher. (https://codereview.chromium.org/380613002/) Reason for revert: Caused a static initializer, see http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/67534 Original issue's description: > Experimental app list: Added a current page indicator to the launcher. > > Adds a current page indicator to the launcher when the experimental app launcher is enabled. > > BUG=391642 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282335 TBR=calamity@chromium.org,mgiuca@chromium.org,kcarattini@chromium.org NOTREECHECKS=true NOTRY=true BUG=391642 Review URL: https://codereview.chromium.org/384803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282378 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
A better fix is to set clang further up, so that gcc_version is set to 0 when clang is on automatically ( https://codereview.chromium.org/384633005 ). This is however blocked on nacl also using the "clang" symbol, so that needs to be fixed first ( https://codereview.chromium.org/384793002 ). To make the build go for people in the meantime, land this hack. I'll revert it once the nacl change has landed in nacl and then rolled into chromium, and the better fix has landed. BUG=360311 TBR=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/379693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282377 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
The old mechanism of estimating the wall clock time isn't as accurate as the frame-level information tracked inside AudioClock. For example, AudioClock properly handles situations where the playback rate changes over time. BUG=370634 Review URL: https://codereview.chromium.org/382633005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282376 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282375 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177817:177844&mode=html TBR=yutak@chromium.org,junov@chromium.org BUG= Review URL: https://codereview.chromium.org/381943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282374 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Looks like we have to be a little more careful with the permissions now. Tested on LPV79. BUG=389362 Review URL: https://codereview.chromium.org/380073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282373 0039d316-1c4b-4281-b951-d872f2087c98
-
kmg@google.com authored
Changed from Quickoffice to "Office Editing for Docs, Sheets & Slides" BUG= R=kurtz@chromium.org, asargent@chromium.org Review URL: https://codereview.chromium.org/328143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282372 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This is a temporary file that will facilitate landing a two-sided patch in Blink/Chromium that changes the location of the generated ui resources directory. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/380283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282371 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
If we omit the frame pointer on Arm64 there is no way for breakpad to correctly symbolize stack traces which contain stack frames for which we don't have CFI information (e.g., system libraries like libc.so). This is because the Arm64 ABI does not specify where a frame pointer should be in a stack frame, so, without CFI information, there is no way to calculate the start of the caller's frame if the caller omits the frame pointer. More details are on the bug. BUG=391706 Review URL: https://codereview.chromium.org/381923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282370 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
Make interfaces to handle TrackerIDSet on DB. Simulate behavior of TrackerIDSet to handle it easily. BUG=None TEST=./unit_tests --gtest_filter="MetadataDatabaseIndexOn*" Review URL: https://codereview.chromium.org/377413006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282369 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
Fixes some of the Ash unittests dealing with cursors. BUG=none NOTRY=true Review URL: https://codereview.chromium.org/384753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282368 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
This patch updates password_manager_enabled_ to saving_passwords_enabled_ to avoid confusion. This setting controls whether to offer to save password or not. BUG=392387 Review URL: https://codereview.chromium.org/380713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282367 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
TabDragController::detach_into_browser_ BUG=None TEST=None Review URL: https://codereview.chromium.org/376513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282366 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282365 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This change causes Android to build with Linux asm files and also bumps the BoringSSL revision in order to pull in a change to define MIPS as a generic, 32-bit CPU. BUG=392745 R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/387583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282364 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Define the hit test masks for Tab and TabCloseButton by implementing MaskedTargeterDelegate instead of overriding View::HasHitTestMask() and View::GetHitTestMaskDeprecated(). BUG=388838 TEST=Existing coverage in TabStripTest.* Review URL: https://codereview.chromium.org/361083004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282363 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
BUG=392781 Review URL: https://codereview.chromium.org/383683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282362 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
UserScriptList from UserScriptMaster. This leads to problems: - What if master goes away? - What if the UserScriptList is modified, as in UserScriptMaster::OnExtensionLoaded? Fix this by making the script loading process in UserScriptMaster much simpler: UserScriptMaster calls LoadScriptsOnFile thread, and uses the result, using a weak pointer. Added bonus: Two fewer ref-counted objects! 50 fewer lines of code! Less script loading! BUG=383973 Review URL: https://codereview.chromium.org/362343006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282361 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
BUG=352380,382556 Review URL: https://codereview.chromium.org/360773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282360 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
> Add chrome/browser/ui to the GN build. > > 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 > > Review URL: https://codereview.chromium.org/381463002 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/387573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282359 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
display_unittests were fixed for Ozone in https://codereview.chromium.org/383463002/ BUG=none NOTRY=true Review URL: https://codereview.chromium.org/388483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282358 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
This CL (https://codereview.chromium.org/344583002) has modified the data structure in shared memory and the original CL did not take the input side of Pepper Flash into account. Pepper Flash recording was therefore broken. This CL ensures that Pepper knows about the new audio structure and accounts for it using by mapping shared memory to an audio bus and then interleaves the data into a plain byte vector before sending it to the Pepper callback. Adding vrk@ as TBR for the added dependency in media. R=piman@chromium.org, xians@chromium.org TBR=vrk BUG=387303 TEST=www.youtube.com/my_webcam Review URL: https://codereview.chromium.org/371273004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282357 0039d316-1c4b-4281-b951-d872f2087c98
-
engedy@chromium.org authored
BUG=375333 # Depends on recently landed CL, ran try bots with manually specified base revison. NOTRY=True Review URL: https://codereview.chromium.org/369323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282356 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 Review URL: https://codereview.chromium.org/381463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282355 0039d316-1c4b-4281-b951-d872f2087c98
-
ajuma@chromium.org authored
This removes "#if WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED" lines added in http://crrev.com/112933005. These are no longer needed since http://crrev.com/365903004 (which #defines WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED) has landed. BUG=243871 Review URL: https://codereview.chromium.org/383503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282354 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
Adding this meta tag allows the page to have proper scaling. BUG=None TEST=Manual R=huangs@chromium.org Review URL: https://codereview.chromium.org/381913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282353 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This change upstreams the downstream fixes to this test, so that this file doesn't need to be forked for iOS anymore. BUG=None Review URL: https://codereview.chromium.org/376253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282352 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282351 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
TBR=dzhioev TBR=grt BUG=none Review URL: https://codereview.chromium.org/380233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282350 0039d316-1c4b-4281-b951-d872f2087c98
-
vadimsh@chromium.org authored
$ git log f37f51218..c8437bfa4 --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-07-09 vadimsh Add --task-summary-json parameter to swarming.py collect. 2014-07-09 vadimsh Fix tuple unpack exception. R=maruel@chromium.org BUG= Review URL: https://codereview.chromium.org/379193005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282349 0039d316-1c4b-4281-b951-d872f2087c98
-
mvanouwerkerk@chromium.org authored
BUG=350377 Review URL: https://codereview.chromium.org/366323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282348 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
We shouldn't ever get ICU errors when checking for enterprise domains, but apparently they do happen out in the field. Instead of crashing, we instead gracefully handle errors by treating domains in that case as potential enterprise domains (skipping the optimization). BUG=365351 Review URL: https://codereview.chromium.org/386573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282347 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282346 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
Every invocation of Java method via an interface JS wrapper injected by Java bridge is preceded by a call to GetNamedProperty. As method presence can't change during Java object's lifetime, we should cache it on the renderer side, as every IPC call to the browser side is super-expensive. This optimization improves Cordova's "exec" benchmark speed by astonishing 60%, as we shave off half of the IPC calls. BUG=355644 Review URL: https://codereview.chromium.org/381683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282345 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/da03653f347e38a27e79b1dfb8c731bf9a184909..996861db81bec78480b83e7a77f18fd5a786320e CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel TBR=jcgregorio@google.com BUG= Review URL: https://codereview.chromium.org/384633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282344 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This policy is now supported and removing this attribute makes sure that it is included in the generated documentation. BUG=368801 Review URL: https://codereview.chromium.org/380183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282343 0039d316-1c4b-4281-b951-d872f2087c98
-