- 27 May, 2014 40 commits
-
-
prasadv@chromium.org authored
BUG=377948 NOTRY=true Review URL: https://codereview.chromium.org/300623006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273061 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=none R=mattm@chromium.org Review URL: https://codereview.chromium.org/296823010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273060 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/302633009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273059 0039d316-1c4b-4281-b951-d872f2087c98
-
matthewyuan@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273058 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=370433 TEST=None R=sky@chromium.org Review URL: https://codereview.chromium.org/299403005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273057 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
The latter is always NULL since the certificate chain hasn't been verified yet. BUG=375821 TEST=Visit https://www.imperialviolet.org/2014/03/03/triplehandshake.html on Android; image still doesn't load. TEST=Visit https://scripts.mit.edu:444/__scripts/certerror. Tap 'Cancel' on the certificate prompt. Hit 'More' on the error page. Should show ERR_SSL_PROTOCOL_ERROR, not ERR_SSL_SERVER_CERT_CHANGED. Review URL: https://codereview.chromium.org/300103011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273055 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
- use embedded view instead of servicelogin - don't show settings page when reauth'ing primary account - use new UMA action for logging reauth BUG=311235 Review URL: https://codereview.chromium.org/300523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273054 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=350921 Review URL: https://codereview.chromium.org/297683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273053 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/287293004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273052 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/297193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273051 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/295383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273049 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
this is the biggest chunk I can pull out vaguely cleanly. It does contain a couple of fake calls to keep the compiler happy. This CL also makes SetUpMetadata a member in order to ease testing in a later CL. This depends on https://codereview.chromium.org/261843004/. BUG=108012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270016 Review URL: https://codereview.chromium.org/266333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273048 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
A workaround until ImageGrid switches to cc::NinePatchLayer. BUG=376519 Review URL: https://codereview.chromium.org/302513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273046 0039d316-1c4b-4281-b951-d872f2087c98
-
jbroman@chromium.org authored
This is a no-op since over a month ago: https://codereview.chromium.org/206463009/ So it's probably safe to remove the Chromium code which plumbs this preference around before Blink drops it on the floor. After this lands, WebSettings::setFixedPositionCreatesStackingContext can be removed entirely. BUG=354688 Review URL: https://codereview.chromium.org/289973008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273045 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
Change kEnableAudioTrackProcessing to a disable flag and remove finch code for AudioTrackProcessing. The plan is to enable audio processing in getUserMedia as default for M37, and keep a kDisableAudioTrackProcessing flag to be able to fall back to the old path. BUG=365672 TEST=bots Review URL: https://codereview.chromium.org/293023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273044 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=sky@chromium.org Review URL: https://codereview.chromium.org/293383007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273042 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273040 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273039 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@google.com authored
control (whitespace change) is at https://codereview.chromium.org/300853004 NOTRY=True Review URL: https://codereview.chromium.org/301723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273038 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
BUG=377386 TEST=See bug, comment #2. Review URL: https://codereview.chromium.org/300063009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273037 0039d316-1c4b-4281-b951-d872f2087c98
-
jungjik.lee@samsung.com authored
if the target is not in english, adb_profiler_chrome can not know when the profiler is started and finished. because adb_profiler_chrome uses only english regex for parsing the logs. So this is a patch for showing the logs in english, however it still shows toasts by following the target's locale. BUG=373505 Review URL: https://codereview.chromium.org/282813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273035 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
This method isn't necessary any longer. This is a small change to clean up more of the OpenManifestEntry logic and move it out of the trusted plugin. BUG=239656 R=dmichael@chromium.org Review URL: https://codereview.chromium.org/296403010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273034 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
Major change: - Make BrowserMediaPlayerManager (BMPM) a per RenderFrame object. - Introduce MediaWebContentsObserver (MWCO) which managers all BMPMs. - MWCO forwards all IPCs to BMPM. Other changes necessary to switch from RenderView to RenderFrame: - Use MediaWebContentsObserver to send PauseVideo message to render. - Use render frame routing ID to set surface peer. VIDEO_HOLE related changes: - Add DidCommitCompositorFrame() to RenderFrameObserver. - Add OnFrameInfoUpdated() to MediaWebContentsObserver. BUG=338910 TEST=Tested with test pages and Youtube purchased movies. Review URL: https://codereview.chromium.org/278353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273033 0039d316-1c4b-4281-b951-d872f2087c98
-
yiyaoliu@chromium.org authored
BUG=377813 Review URL: https://codereview.chromium.org/284113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273032 0039d316-1c4b-4281-b951-d872f2087c98
-
jungjik.lee@samsung.com authored
desktop-chromium can trace memory status in about://tracing. as same as desktop, this patch enables android to use disabled-by-default-memory option in adb_profile_chrome script. BUG=None Review URL: https://codereview.chromium.org/291723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273031 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273030 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=174780:174877&mode=html TBR=alph@chromium.org,esprehn@chromium.org,eseidel@chromium.org BUG= Review URL: https://codereview.chromium.org/298063009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273029 0039d316-1c4b-4281-b951-d872f2087c98
-
wjywbs@gmail.com authored
Add info for when sessionId is not provided in the restore function. R=kalman@chromium.org BUG=377607 Review URL: https://codereview.chromium.org/295423005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273028 0039d316-1c4b-4281-b951-d872f2087c98
-
mbarbella@chromium.org authored
R=jam@chromium.org BUG= Review URL: https://codereview.chromium.org/303663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273027 0039d316-1c4b-4281-b951-d872f2087c98
-
powei@chromium.org authored
The android browser compositor removed support for sync readback. Support for async readback was added (https://codereview.chromium.org/281003002/). This patch adds a Java-side API through the existing ContentReadbackHandler. android= https://chrome-internal-review.googlesource.com/#/c/164043/ BUG=252046 Review URL: https://codereview.chromium.org/297683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273026 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This patch ensures that if a tile is initialized mid-iteration (as is desirable in some unittests), then it will continue working as expected. R=reveman Review URL: https://codereview.chromium.org/295933008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273025 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
This cleans up some usage of TempFile and some logic inside PnaclCoordinator to make it easier to follow. I made these changes while doing some other cleanup for DescWrapper use in the trusted plugin. BUG=333950 R=jvoung@chromium.org Review URL: https://codereview.chromium.org/299143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273024 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Introduce MaskedViewTargeter, a derived class of ViewTargeter. Classes deriving from MaskedViewTargeter will be used to define a custom-shaped hit test mask on a view to be considered in event targeting. BUG=375826 TEST=ViewTargeterTest.MaskedViewTargeter Review URL: https://codereview.chromium.org/286933014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273023 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
Fix WeakPtrFactory member order in net/spdy/ & net/dns/ BUG=303818 Review URL: https://codereview.chromium.org/301573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273022 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
when determining if an extension is enabled before it's loaded or the service is ready. BUG=376963 R=yoz@chromium.org Review URL: https://codereview.chromium.org/292223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273021 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
If the user enters a chrome-extension:// url with an invalid extension id, let's not crash. That's rude. Instead, origin chip will display <id> as extension name, show a "page not available" message. BUG=375426 Review URL: https://codereview.chromium.org/291173008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273020 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273018 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
Seems to have broken some ChromeOS bots with this error: dump_syms: /var/tmp/portage/chromeos-base/google-breakpad-1303-r82/work/google-breakpad-1303/src/common/dwarf/dwarf2reader.cc:188: const char* dwarf2reader::CompilationUnit::SkipAttribute(const char*, dwarf2reader::DwarfForm): Assertion `header_.version == 2 || header_.version == 3' failed. > NaCl: Update revision in DEPS, r13226 -> r13245 > > This pulls in the following Native Client changes: > > r13227: (dyen) Standardized method to define extra substitution paths in toolchain_main. > r13228: (dschuff) Do not build PNaCl host toolchain with build.sh > r13229: (sbc) Add downloaded gn binaries to .gitignore > r13230: (dschuff) Remove cloud-bucket flag from PNaCl package_version update script > r13231: (bradnelson) Download spec2k to out instead of assuming it will be installed on the bots. > r13232: (dschuff) Make build.sh use the repository directories from toolchain/build > r13233: (jvoung) Download the spec harness on the rest of the spec bots. > r13234: (sehr) Disable conflicting sysroot= in chromium arm build > r13235: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13236: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13237: (dschuff) Update revision for PNaCl r13222->r13228 > r13238: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13239: (mcgrathr) toolchain_build: Update gcc revision (4.8.3 release) > r13240: (mseaborn) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13241: (noelallen) Add OWNERS per-file *.gn for noeallen and bradnelson > r13242: (noelallen) Untar raw toolchain and build cooked toolchain. > r13243: (mcgrathr) Update nacl_arm_newlib toolchain > r13244: (dyen) Toolchain build now displays solutions when an invalid repo is found. > r13245: (mseaborn) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > > BUG=none > TEST=browser_tests and nacl_integration > > Review URL: https://codereview.chromium.org/300033004 TBR=mseaborn@chromium.org Review URL: https://codereview.chromium.org/303703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273017 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This adds ppapi-related targets except the tests to the GN build. Did some minor tweaks to the .gypi ppapi lists. Some files were duplicated between the trusted and common lists which causes errors in GN (it doesn't uniquify the lists like GYP). Common is used in every place trusted is, so I just removed the duplicates from the trusted list. Fixed some warnings in skia and tcmalloc. Added the ability to undefine NOMINMAX on Windows. Fixed some src/ui Windows compilation issues. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/305513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273016 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
This brings in a version of naclports that doesn't contain a conflicting definition of realpath(3). Not sure how the previous roll passed my local testing its r1290 that we really need. TBR=binji Review URL: https://codereview.chromium.org/303663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273015 0039d316-1c4b-4281-b951-d872f2087c98
-