- 02 Oct, 2014 40 commits
-
-
hanxi authored
The web_request_permission.cc has been moved to //extensions, but for some reason its copy is still in //chrome. This CL does a clean up for it. BUG=352293 Review URL: https://codereview.chromium.org/610323006 Cr-Commit-Position: refs/heads/master@{#297939}
-
John Abd-El-Malek authored
BUG=227092 TBR=meacer@chromium.org Review URL: https://codereview.chromium.org/603793003 Cr-Commit-Position: refs/heads/master@{#297938}
-
rtenneti authored
C++11 in Chromium! http://g/quic-dev/iBPFBDwPMjQ Merge internal change: 76451118 R=rch@chromium.org, rjshade@chromium.org Review URL: https://codereview.chromium.org/612323013 Cr-Commit-Position: refs/heads/master@{#297937}
-
morrita authored
This is a regression. The CL crrev.com/585203002 did incorrectly handle a StatsTable FD as its ownership was passed. The ownership should be retained by StatsTable instead. BUG=419655 R=jam@chromium.org, creis@chromium.org Review URL: https://codereview.chromium.org/625633002 Cr-Commit-Position: refs/heads/master@{#297936}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3d06386..ef8cdb9 TBR=eustas@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/609383003 Cr-Commit-Position: refs/heads/master@{#297935}
-
dmichael authored
This was fixed in: https://codereview.chromium.org/622823002 BUG=419644 Review URL: https://codereview.chromium.org/625623003 Cr-Commit-Position: refs/heads/master@{#297934}
-
michaelbai authored
Currently when WebRTC isn't visible (app is in background or tab is not visible) in chrome Android, we stop sending captured video frame, but still hold the camera, this makes camera can not be used by other apps. This patch releases the camera on pause, and allocate it again when resume, since SuspendDevices() is only called in Android, this is Android only behavior. BUG=417659 Review URL: https://codereview.chromium.org/615043006 Cr-Commit-Position: refs/heads/master@{#297933}
-
brettw authored
TBR=cpu Review URL: https://codereview.chromium.org/619373003 Cr-Commit-Position: refs/heads/master@{#297932}
-
pkasting authored
In most files this means removing unused variables/code. BUG=none TEST=none Review URL: https://codereview.chromium.org/614813002 Cr-Commit-Position: refs/heads/master@{#297931}
-
wnwen authored
These additional calls were preempting the initial load animation from finishing. Keyboard show animations would start, then a SetBounds call would skip the animation resulting in an abrupt first-load experience of the keyboard jumping right to the end position and being blank (still loading). After this fix the keyboard nicely animates till the end and by the time the animation is finished the keyboard is loaded as well. BUG=356753 TEST=Verified on linux chromeos. Review URL: https://codereview.chromium.org/617013002 Cr-Commit-Position: refs/heads/master@{#297930}
-
ullysses.a.eoff authored
Add various cflags/cflags_cc and disable clang chromium-style enforcement on third_party/khronos_glcts sourcecode and support. This is a workaround for various compile time warnings on desktop linux (e.g. Ubuntu 12.04) that are treated as errors (i.e. by -Werror). The source of these warnings are from the third_party/khronos_glcts sourcecode. With these workarounds the khronos_glcts_test is able to finish compilation. The plan is to eventually fix the third-party code so we can remove these workarounds. BUG=chromium:412865 R=piman@chromium.org, kbr@chromium.org TBR=piman@chromium.org TEST=export GYP_DEFINES="internal_khronos_glcts_tests=1" TEST=gclient runhooks TEST=ninja -C out/Release khronos_glcts_test TEST=./out/Release/khronos_glcts_test TEST=ninja -C out/Debug khronos_glcts_test TEST=./out/Debug/khronos_glcts_test Signed-off-by:
U. Artie Eoff <ullysses.a.eoff@intel.com> Review URL: https://codereview.chromium.org/615063004 Cr-Commit-Position: refs/heads/master@{#297929}
-
lgarron authored
Depends on https://codereview.chromium.org/620793004/ BUG=413057 Review URL: https://codereview.chromium.org/619273002 Cr-Commit-Position: refs/heads/master@{#297928}
-
rdevlin.cronin authored
Combine ManifestHandlers for PageActions and BrowserActions. Remove support for the uber-deprecated "page_actions" (plural) manifest key. Clean up related tests. TBR=avi@chromium.org (c/b/ui/cocoa) BUG=419475 Review URL: https://codereview.chromium.org/624453003 Cr-Commit-Position: refs/heads/master@{#297927}
-
scottmg authored
And update help text. R=brettw@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/613083003 Cr-Commit-Position: refs/heads/master@{#297926}
-
treib authored
This gives the flag a possible value of "default", which will allow us to enable the feature for some users who haven't explicitly opted in/out. BUG=410824 Review URL: https://codereview.chromium.org/611233005 Cr-Commit-Position: refs/heads/master@{#297925}
-
hansmuller authored
Applications can retrieve the configuration arguments with the ApplicationImpl args() method (see https://codereview.chromium.org/568173003). A Mojo application can be specified with a URL followed by one or more arguments, so long as the entire expression is within quotes: mojo_shell 'mojo://mojo_wget http://www.google.com' The "args-for" switch can be used to specify arguments for Mojo applications that are started by the specified app: mojo_shell args-for='mojo:mojo_native_viewport_service foo bar' mojo:mojo_surfaces_app The args-for switch can be used repeatedly to specify arguments for multiple Mojo apps. BUG=418797 Review URL: https://codereview.chromium.org/617943002 Cr-Commit-Position: refs/heads/master@{#297924}
-
brettw authored
TBR=cpu Review URL: https://codereview.chromium.org/626643002 Cr-Commit-Position: refs/heads/master@{#297923}
-
agl authored
I have verified that no other certificates in the CT logs uses this key. (This change also removes an expired ANSSI intermediate.) BUG=none Review URL: https://codereview.chromium.org/616773004 Cr-Commit-Position: refs/heads/master@{#297922}
-
maruel authored
$ git log 6b1084e27..f4e9ccbec --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-10-01 vadimsh Add --dump-json option to 'isolate.py batcharchive'. 2014-10-01 maruel Fix regression in 12a7da4e37; swarming.py collect collecting isolated output 2014-10-01 maruel Stop using get_matching_test_cases and get_results; use new client API. 2014-09-30 vadimsh Initial implementation of 'batcharchive' command. R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/623793002 Cr-Commit-Position: refs/heads/master@{#297921}
-
tbarzic authored
This avoids early restart to apply guest profile user flags if device owner has some flags set. BUG=411049 TEST= 1. Login as the device owner and set some flags in about::flags 2. Log out and enter guest mode 3.1. Press alt + shift + I -> Feedback report dialog should be launched 3.2. In chrome://help click "Report an issue" -> Feedback report dialog should be launched Review URL: https://codereview.chromium.org/611383007 Cr-Commit-Position: refs/heads/master@{#297920}
-
isherman authored
BUG=none TEST=none R=tbarzic@chromium.org Review URL: https://codereview.chromium.org/622893002 Cr-Commit-Position: refs/heads/master@{#297919}
-
prasadv authored
Bisect builders fail to apply patches sent via try_job_http, because of this we were not able to build revisions with DEPS patches. Now we are using "git try" instead to trigger build request on bisect builders. BUG=411418 NOTRY=true Review URL: https://codereview.chromium.org/607803005 Cr-Commit-Position: refs/heads/master@{#297918}
-
georgesak authored
- Allowing users to paste into the fakebox using the middle click, for supporter OS. - Moving #fakebox-text behind #fakebox-input to prevent blocking. BUG=370343 Review URL: https://codereview.chromium.org/623603002 Cr-Commit-Position: refs/heads/master@{#297917}
-
gab authored
BUG=419505 Review URL: https://codereview.chromium.org/617183005 Cr-Commit-Position: refs/heads/master@{#297916}
-
qyearsley authored
BUG=418979 Review URL: https://codereview.chromium.org/619333002 Cr-Commit-Position: refs/heads/master@{#297915}
-
huangs authored
Recent change https://codereview.chromium.org/612093007/ in install_worker.cc uses BrowserDistribution::CHROME_APP_HOST, which we wish to remove. So we refactoring this to use AppRegistrationData instead. BUG=297647 Review URL: https://codereview.chromium.org/619203002 Cr-Commit-Position: refs/heads/master@{#297914}
-
bokan authored
When a text field is focused on Android, the keyboard comes up and the field is zoomed into the viewport. The page scale animation that is created would happen in LayerTreeHostImpl, however, the resized viewport layers were still in the sync_tree until it got activated. This led to incorrect clamping of the viewport when the text field was near the bottom of the document and becomes more visible when virtual viewport pinch to zoom is turned on. BUG=364217,419450 Review URL: https://codereview.chromium.org/615953005 Cr-Commit-Position: refs/heads/master@{#297913}
-
gunsch authored
R=lcwu@chromium.org,asvitkine@chromium.org BUG=400925 Review URL: https://codereview.chromium.org/602393004 Cr-Commit-Position: refs/heads/master@{#297912}
-
dtrainor authored
Move to Theme.Holo.Light to try to avoid crash on certain devices BUG=416692 NOTRY=true Review URL: https://codereview.chromium.org/617073009 Cr-Commit-Position: refs/heads/master@{#297911}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/08d02d1..3d06386 TBR=eustas@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/620233002 Cr-Commit-Position: refs/heads/master@{#297910}
-
chrome://bookmarksvitalyp authored
R=dbeam@chromium.org BUG=393873 NOTRY=true TEST=GYP_GENERATORS=ninja gyp --depth . third_party/closure_compiler/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/619393002 Cr-Commit-Position: refs/heads/master@{#297909}
-
chrome://welcomeaurimas authored
BUG=388043 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/619263002 Cr-Commit-Position: refs/heads/master@{#297908}
-
brettw authored
BUG= Review URL: https://codereview.chromium.org/613683006 Cr-Commit-Position: refs/heads/master@{#297907}
-
slamm authored
BUG=412826 Review URL: https://codereview.chromium.org/617353007 Cr-Commit-Position: refs/heads/master@{#297906}
-
brettw authored
Remove myself from base/owners. Add some new people. Review URL: https://codereview.chromium.org/624693002 Cr-Commit-Position: refs/heads/master@{#297905}
-
xians authored
BUG= TEST=bots. Review URL: https://codereview.chromium.org/621093002 Cr-Commit-Position: refs/heads/master@{#297904}
-
John Abd-El-Malek authored
Disable AutofillInteractiveTest.OnSelectOptionFromDatalist as it fails locally all the time on 10.8. Also fix disabling of OutOfProcessPPAPITest FlashDRM BUG=419868,419863 TBR=ziran.sun@samsung.com Review URL: https://codereview.chromium.org/622903002 Cr-Commit-Position: refs/heads/master@{#297903}
-
creis authored
This updates the CommitPending logic now that swap out happens at commit time, ensuring that the old RFH is kept alive until the SwapOut ACK is received. It is now also possible to swap out without creating a proxy. BUG=407160 TEST=Cross-site iframe is visible in --site-per-process mode. Review URL: https://codereview.chromium.org/525583002 Cr-Commit-Position: refs/heads/master@{#297902}
-
John Abd-El-Malek authored
Disable OutOfProcessPPAPITest FlashDRM as it flakes locally all the time and on swarming bot for debug builds. BUG=419863 TBR=raymes@chromium.org Review URL: https://codereview.chromium.org/624713002 Cr-Commit-Position: refs/heads/master@{#297901}
-
jdduke authored
Routing gestures from the FilteredGestureProvider to the GestureTextSelector is clumsy, confusing and unnecessary. Instead, have each GestureTextSelector lazily create its own GestureDetector, simplifying the touch and gesture event flow from the embedder. Also move all gesture detection-related listeners into their own files, decoupling include dependencies. BUG=419550 Review URL: https://codereview.chromium.org/617423002 Cr-Commit-Position: refs/heads/master@{#297900}
-