- 09 Feb, 2015 40 commits
-
-
reillyg authored
Owners of the extensions system should own their message filters in the renderer host. R=sky@chromium.org,kalman@chromium.org Review URL: https://codereview.chromium.org/905833003 Cr-Commit-Position: refs/heads/master@{#315320}
-
plundblad authored
The libluis wrapper depends on the load event to fier when the nacl component is loaded to initialize the braille translator. Somehow, this doesn't fire during startup unless a message is sent to the component which causes braille translation to not work at all, resulting in no braille output on the display at all. This is a minimal workaround intended for backporting to the M-41 branch while the real cause can be investigated and addressed. BUG=455889 R=dtseng@chromium.org Review URL: https://codereview.chromium.org/905353002 Cr-Commit-Position: refs/heads/master@{#315319}
-
merkulova authored
BUG=440359 TBR=rsesek@chromium.org, noms@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/898533005 Cr-Commit-Position: refs/heads/master@{#315318}
-
mseaborn authored
It's no longer necessary for the NaCl side to define and refer to the NaClFileToken struct. So we can change the Chromium side to define NaClFileToken, instead of using the definition from nacl_file_info.h. This will let us remove nacl_file_info.h from the NaCl side. We copy the comment from nacl_file_info.h. BUG=https://code.google.com/p/nativeclient/issues/detail?id=4073 TEST=build Review URL: https://codereview.chromium.org/903333002 Cr-Commit-Position: refs/heads/master@{#315317}
-
dconnelly authored
- AvatarFetcher moves out as AccountAvatarFetcher - Avatar icon size constant moves out as kAvatarImageSize - Avatar icon scaling moves out as ScaleImageForAccountAvatar BUG=448011 Review URL: https://codereview.chromium.org/901493003 Cr-Commit-Position: refs/heads/master@{#315316}
-
fukino authored
TBR=yawano@chromium.org BUG=none TEST=TEST=GYP_GENERATORS=ninja gyp --depth . ui/file_manager/file_manager/foreground/js/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/909883002 Cr-Commit-Position: refs/heads/master@{#315315}
-
gsennton authored
Renaming webview copy of V8 snapshot to be able to differentiate between snapshots for 32- and 64 bit architectures. This is done so that snapshots for different architectures can be repacked into the same APK. BUG=455699 Review URL: https://codereview.chromium.org/903793002 Cr-Commit-Position: refs/heads/master@{#315314}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#315313}
-
glider authored
Revert of Suppress data races in blink::Scheduler (patchset #1 id:1 of https://codereview.chromium.org/895753003/) Reason for revert: https://crbug.com/456095 has been fixed Original issue's description: > Suppress data races in blink::Scheduler > > BUG=456095 > TBR=skyostil@chromium.org > > Committed: https://crrev.com/1f26d43e2b92f4325b01e7976218ad9a1012674b > Cr-Commit-Position: refs/heads/master@{#315027} TBR=skyostil@chromium.org,alexclarke@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=456095 Review URL: https://codereview.chromium.org/906323004 Cr-Commit-Position: refs/heads/master@{#315312}
-
dtapuska authored
Add ability to query properties of - Manager - Peer - Service Add Observer to peerd so we are told when things change. BUG=453873 Review URL: https://codereview.chromium.org/893663002 Cr-Commit-Position: refs/heads/master@{#315311}
-
ssid authored
This is the last stage of the trace_event directory restructuring. This is part of a set of 3 CLs which is moving tracing clients to use the new base::trace_event namespace. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=jam@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/892213004 Cr-Commit-Position: refs/heads/master@{#315310}
-
smckay authored
1) Qualify drive label selector in test_util.js to just elements under the drive tree. And (re-)add the drive icon to the Cloud Import drop down. 2) Don't auto-hide cloud-import buttons when disabled...(fyi, they're disabled when in scanning and importing modes...we want the user to see them). 3) Format values on details panel in a human friendly way. BUG=420680 TEST=browser_test: *FileManager* Review URL: https://codereview.chromium.org/902253003 Cr-Commit-Position: refs/heads/master@{#315309}
-
jinlong.zhai authored
In SiteIntance::CreateForURL there will certainly create a new SiteInstance and BrowsingIntance since in this new BrowsingIntance we will not find any existing SiteIntance. So BrowsingIntance will never be deleted even beyond the scope of the method. The original comments will make some confusion. BUG=11629 Review URL: https://codereview.chromium.org/880303004 Cr-Commit-Position: refs/heads/master@{#315308}
-
jonross authored
MaximizeModeController::CanEnterMaximizeMode was based on receiving an accelerometer event. AccelerometerReader now sends an event to every observer as it is added, to reduce lag on receiving first event. However on devices without accelerometers this sends an empty event. Updated MaximizeModeController to not set that accelerometer events have been seen until a valid event is received. One with actual data. TEST=MaximizeModeControllerTest.CanEnterMaximizeModeRequiresValidAccelerometerUpdate BUG=454662 Review URL: https://codereview.chromium.org/895993002 Cr-Commit-Position: refs/heads/master@{#315307}
-
lpromero authored
BUG=456102 Review URL: https://codereview.chromium.org/912503002 Cr-Commit-Position: refs/heads/master@{#315306}
-
caseq authored
Revert of Android: Start up GPU channel early (patchset #1 id:1 of https://codereview.chromium.org/893393004/) Reason for revert: Speculative revert to see if this could be the cause of crbug.com/456835. Original issue's description: > Android: Start up GPU channel early > > This addresses a TODO and reverts > https://codereview.chromium.org/777303004. > > With https://codereview.chromium.org/889083002 > the CrashDumpManager is now initialized earlier so > things should be fine. > > BUG=439322 > > Committed: https://crrev.com/b8be6ae0e26843eab92ac1527a752278fec65d99 > Cr-Commit-Position: refs/heads/master@{#315170} TBR=cjhopman@chromium.org,sievers@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=439322 Review URL: https://codereview.chromium.org/910433004 Cr-Commit-Position: refs/heads/master@{#315305}
-
igsolla authored
Each flushVisualState request returns a unique id that allows callers to match requests with callbacks. The reasoning behind is to potentially allow clients to reuse VisualStateFlushCallback objects to avoid additional java allocations. BUG=455651 Review URL: https://codereview.chromium.org/900303002 Cr-Commit-Position: refs/heads/master@{#315304}
-
yhirano authored
MidiManagerUsb::DispatchSendMidiData takes |port_index| parameter. As it is provided by a renderer possibly under the control of an attacker, we must validate the given index before using it. BUG=456516 Review URL: https://codereview.chromium.org/907793002 Cr-Commit-Position: refs/heads/master@{#315303}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/e6b1a60..4e534d0 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/913453002 Cr-Commit-Position: refs/heads/master@{#315302}
-
dzhioev authored
In addition |prefix| parameter added to constructor. If prefix is given, it is added to the beginning of every registered key. BUG=none TBR=jshin@chromium.org Review URL: https://codereview.chromium.org/878253002 Cr-Commit-Position: refs/heads/master@{#315301}
-
lizeb authored
BUG=449163 Review URL: https://codereview.chromium.org/854843002 Cr-Commit-Position: refs/heads/master@{#315300}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/465217f..d693046 TBR=dpranke@chromium.org,caseq@chromium.org Review URL: https://codereview.chromium.org/912483003 Cr-Commit-Position: refs/heads/master@{#315299}
-
battre authored
Revert of Add debug information for crbug.com/289715 (patchset #5 id:80001 of https://codereview.chromium.org/810883007/) Reason for revert: Remove debugging information that was collected for crbug.com/289715 Original issue's description: > Add debug information for crbug.com/289715 > > Add temporary debugging information to determine whether a callback happens > after the targeted URLRequestHttpJob was already deleted or whether a callback > happens after its transaction was deleted. > > BUG=289715 > > Committed: https://crrev.com/aec005dce78bc2c2513f4e49343b8baad751a852 > Cr-Commit-Position: refs/heads/master@{#310822} TBR=mmenke@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=289715 Review URL: https://codereview.chromium.org/907033002 Cr-Commit-Position: refs/heads/master@{#315298}
-
treib authored
They can already do the same via the new user manager. Also, allow child users to edit their name via about:settings -> Edit. Same reason. BUG=456744 Review URL: https://codereview.chromium.org/872263005 Cr-Commit-Position: refs/heads/master@{#315297}
-
hanxi authored
BUG=437566 Review URL: https://codereview.chromium.org/900203003 Cr-Commit-Position: refs/heads/master@{#315296}
-
merkulova authored
BUG=436912 Review URL: https://codereview.chromium.org/770563003 Cr-Commit-Position: refs/heads/master@{#315295}
-
fukino authored
BUG=453704 TEST=place small image on Drive and Downloads, and check if the thumbnail box/circle is filled in grid view and list view. Review URL: https://codereview.chromium.org/904393003 Cr-Commit-Position: refs/heads/master@{#315294}
-
sudarsana.nagineni authored
Move the chrome.documentScan extension API from chrome/ to extensions/. BUG=455695 Review URL: https://codereview.chromium.org/899523004 Cr-Commit-Position: refs/heads/master@{#315293}
-
dgozman authored
BUG=456547 Review URL: https://codereview.chromium.org/906223003 Cr-Commit-Position: refs/heads/master@{#315292}
-
glider authored
BUG=302040 TBR=earthdok@chromium.org Review URL: https://codereview.chromium.org/899973006 Cr-Commit-Position: refs/heads/master@{#315291}
-
qsr authored
mojo redefines ArraySizeHelper in the mojo namespace. When arraysize is used in the mojo namespace, with both version in scope, the compiler, on android, is complaining that the reference is not unique. To prevent this, qualify the usage of ArraySizeHelper in base/macros.h Review URL: https://codereview.chromium.org/804023002 Cr-Commit-Position: refs/heads/master@{#315290}
-
treib authored
Design doc: https://docs.google.com/document/d/1Ms5wHyGtVzdH0MOF46olgnTj4k9opQGYzMSrk-LJckM Based on fhorschig's https://chromereviews.googleplex.com/108977013/ BUG=443606 Review URL: https://codereview.chromium.org/769153007 Cr-Commit-Position: refs/heads/master@{#315289}
-
treib authored
Convert webstorePrivate functions from ChromeAsyncExtensionFunction (which is deprecated) to UIThreadExtensionFunction. Review URL: https://codereview.chromium.org/885443010 Cr-Commit-Position: refs/heads/master@{#315288}
-
mkwst authored
Now that we're setting the 'skip_zero_click' flag in 'notifySignedOut', we ought to respect it when generating the list of items for 'request()' BUG=450581 R=vabr@chromium.org, vasilii@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/896803003 Cr-Commit-Position: refs/heads/master@{#315287}
-
rsorokin authored
Current implementation causes same multiple listeners wait for an event after we load page several times. E.g. in ChromeOS: add user->cancel->add user. After login we get multiple identical messages. BUG=426316 TEST=manual Review URL: https://codereview.chromium.org/905653003 Cr-Commit-Position: refs/heads/master@{#315286}
-
tfarina authored
It should not be necessary to declare this variable at the top of this gyp file. If it is necessary to declare this variable, this is not the place to declare it anyway (which also looks pretty random). BUG=None TEST=components_unittests R=blundell@chromium.org Review URL: https://codereview.chromium.org/866553004 Cr-Commit-Position: refs/heads/master@{#315285}
-
hirono authored
* Prefetch metadata before entries are added to file list. * Notify the cache of entry changes. BUG=410766 TEST=None Review URL: https://codereview.chromium.org/904003002 Cr-Commit-Position: refs/heads/master@{#315284}
-
fukino authored
BUG=402344 TEST=select some items, drag the separator for navigation list, and check that the 'n files selected' label is synced with the separator's position. Review URL: https://codereview.chromium.org/904403002 Cr-Commit-Position: refs/heads/master@{#315283}
-
timurrrr authored
Revert of Copy the contents of the ASan/Win blacklist to work around http://llvm.org/PR22431 (patchset #2 id:20001 of https://codereview.chromium.org/886073003/) Reason for revert: r315281 rolls ASan/Win past LLVM r228156, which includes the fix for PR22431 Original issue's description: > Copy the contents of the ASan/Win blacklist to work around http://llvm.org/PR22431 > > BUG=454283 > > Committed: https://crrev.com/7949a66919a6d288451e3a818a843ea39025bd74 > Cr-Commit-Position: refs/heads/master@{#314139} TBR=glider@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=454283 Review URL: https://codereview.chromium.org/904413003 Cr-Commit-Position: refs/heads/master@{#315282}
-
timurrrr authored
This should fix issue 453209 and give better diagnostics for issue 452788 BUG=453209,452788,345874 TBR=rnk@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/908763003 Cr-Commit-Position: refs/heads/master@{#315281}
-