- 26 Sep, 2014 40 commits
-
-
ziran.sun authored
disabled and readonly fields. Autocheckout is deprecated. R=isherman@chromium.org BUG=231160 Review URL: https://codereview.chromium.org/609733003 Cr-Commit-Position: refs/heads/master@{#297015}
-
mseaborn authored
This pulls in the following Native Client changes: r13786: (mseaborn) Scons: Add a sanity check to ensure that nonsfi_nacl=1 is used with bitcode=1 r13787: (shyamsundarr) fix verify_regular_instructions test. r13788: (mseaborn) untrusted.gypi: Factor out duplicated "-t" option r13789: (mseaborn) Cleanup: Remove src/trusted/gio/, since it is unused r13790: (dyen) Added tests for pthread conditions using irt_ext. r13791: (pkasting) Make native_client BUILD.gn more closely match the main Chromium one. r13792: (mseaborn) Cleanup: Update comment about unnecessary copying during IRT loading r13793: (mseaborn) Cleanup: Remove some unused code from src/shared/gio/ r13794: (mseaborn) Cleanup: Remove src/trusted/generic_container/, which is unused r13795: (yyanagisawa) Won't try to use goma if GOMA_DISABLED=true. r13796: (dyen) Added tests for semaphores using irt_ext. r13797: (uekawa) NonSFI Mode: Make hello_world test run with nonsfi_nacl=1 bitcode=1 pnacl_generate_pexe=0. BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_nacl_sdk,linux_chromium_dbg TBR=dschuff@chromium.org Review URL: https://codereview.chromium.org/605133005 Cr-Commit-Position: refs/heads/master@{#297014}
-
reillyg authored
Commit 7fb8b995 attempted to enable an unused thread check in extensions::HidDeviceManager but this was not correct because while this class is normally used from the FILE thread this is not where it is created (issue 417939). This change adopts the pattern used in extensions::ApiResourceManager where the BrowserContextKeyedAPI implements its own thread assertions. BUG= Review URL: https://codereview.chromium.org/604843003 Cr-Commit-Position: refs/heads/master@{#297013}
-
oshima authored
Optimized 12/146 files in 00:23:28s Result: 19576 => 18810 bytes (766 bytes: 3%) BUG=418208 TBR=msw@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/607883004 Cr-Commit-Position: refs/heads/master@{#297012}
-
rvargas authored
BUG=387876 R=cpu@chromium.org Review URL: https://codereview.chromium.org/588383003 Cr-Commit-Position: refs/heads/master@{#297011}
-
Dan Beam authored
Revert "Prevent updateOpenCommand() from receiving e.target of type other than BookmarkList|BookmarkTree" This reverts commit 0106c710. BUG=417982 TBR=arv@chromium.org Review URL: https://codereview.chromium.org/608883002 Cr-Commit-Position: refs/heads/master@{#297010}
-
gcasto authored
These sites sometimes contain "-" in addition to alpha characters. TBR=vabr@chromium.org BUG=415166 Review URL: https://codereview.chromium.org/605353002 Cr-Commit-Position: refs/heads/master@{#297009}
-
xhwang authored
This partially reverts commit fd0069d6. Issue 408330 has been fixed with a CDM update. This error handling code is not needed anymore. TBR=dmichael@chromium.org BUG=408337 Review URL: https://codereview.chromium.org/594673002 Cr-Commit-Position: refs/heads/master@{#297008}
-
qinmin authored
Accoding to the stack on crbug.com/410602, BlobData can be null. However, I am not able to reproduce the bug with any test cases. So this is just a safe speculative fix. BUG=410602 Review URL: https://codereview.chromium.org/601043003 Cr-Commit-Position: refs/heads/master@{#297007}
-
sergiyb authored
R=qyearsley@chromium.org Review URL: https://codereview.chromium.org/554283003 Cr-Commit-Position: refs/heads/master@{#297006}
-
creis authored
BUG=417756 TEST=Bots go green TBR=phoglund@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/609953002 Cr-Commit-Position: refs/heads/master@{#297005}
-
rvargas authored
BUG=416722 R=ananta@chromium.org Review URL: https://codereview.chromium.org/599173003 Cr-Commit-Position: refs/heads/master@{#297004}
-
achaulk authored
- The image format used wasn't supported with the memory buffer framework - The glClear on the init path causes an INVALID_FRAMEBUFFER_OPERATION error when executed with no framebuffer, as in the surfaceless case BUG=380861 Review URL: https://codereview.chromium.org/592933003 Cr-Commit-Position: refs/heads/master@{#297003}
-
kundaji authored
BUG=418125 Review URL: https://codereview.chromium.org/607163002 Cr-Commit-Position: refs/heads/master@{#297002}
-
ppi authored
The output java files are zipped into a srcjar archive. This is needed for Java mojom bindings target support in the GN build. One can still pass the existing --java_output_directory flag to get the uncompressed java files. BUG=417289 Review URL: https://codereview.chromium.org/605653003 Cr-Commit-Position: refs/heads/master@{#297001}
-
hjd authored
adb was moved to being owned by AndroidBrowserBackend in crrev.com/522553002/. Review URL: https://codereview.chromium.org/609903002 Cr-Commit-Position: refs/heads/master@{#297000}
-
https://codereview.chromium.org/495353003mostynb authored
BUG=408338 Review URL: https://codereview.chromium.org/607073002 Cr-Commit-Position: refs/heads/master@{#296999}
-
zentaro authored
BUG=417339 Review URL: https://codereview.chromium.org/597313002 Cr-Commit-Position: refs/heads/master@{#296998}
-
torne authored
Enable feedback-directed optimisation for the main library (required to make the FDO symbols present at link time), skia, and sqlite. Update the android_exports whitelist to allow the gcov symbols to remain public as otherwise profiling will fail. BUG= TBR=michaeln@chromium.org Review URL: https://codereview.chromium.org/591153002 Cr-Commit-Position: refs/heads/master@{#296997}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/6254fdf..a9158da TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/603393005 Cr-Commit-Position: refs/heads/master@{#296996}
-
mad authored
Review URL: https://codereview.chromium.org/602283002 Cr-Commit-Position: refs/heads/master@{#296995}
-
sergiyb authored
R=qyearsley@chromium.org, ojan@chromium.org Review URL: https://codereview.chromium.org/584853002 Cr-Commit-Position: refs/heads/master@{#296994}
-
kmarshall authored
They currently target a revised stub interface for CastSocket, but not a full implementation. That change is witheld in a separate Git client so this CL can remain at a manageable size. Thanks! BUG=396345 R=mfoltz@chromium.org CC=wez@chromium.org Review URL: https://codereview.chromium.org/555283002 Cr-Commit-Position: refs/heads/master@{#296993}
-
rogerta authored
Add retry with backoff to invalidate only for non-transient errors. BUG=416612 Review URL: https://codereview.chromium.org/597003002 Cr-Commit-Position: refs/heads/master@{#296992}
-
maruel authored
Add nexe to isolate_driver.py. R=vadimsh@chromium.org BUG=415188 Review URL: https://codereview.chromium.org/574753004 Cr-Commit-Position: refs/heads/master@{#296991}
-
gunsch authored
R=lcwu@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/610503002 Cr-Commit-Position: refs/heads/master@{#296990}
-
jianli authored
Revert of Clear GCM data when the user clears cookies and other site data (patchset #6 id:100001 of https://codereview.chromium.org/562423002/) Reason for revert: We're not longer doing this. Original issue's description: > Clear GCM data when the user clears cookies and other site data > > This is needed for the work to drop GCM sign-in enforcement. Since > we no longer wipe out the GCM data when the user signs out, we need > to give user a chance to clear the data if he or she wants. > > BUG=384041 > TEST=Manual test by selecting "Cookies and other site and plugin data" > > Committed: https://crrev.com/6967652cefa1e306d21e70d4a12dcc0ac572c28b > Cr-Commit-Position: refs/heads/master@{#294754} TBR=bauerb@chromium.org,fgorski@chromium.org NOTREECHECKS=true NOTRY=true BUG=384041 Review URL: https://codereview.chromium.org/608813003 Cr-Commit-Position: refs/heads/master@{#296989}
-
isherman authored
BUG=none TEST=none R=tengs@chromium.org Review URL: https://codereview.chromium.org/604213002 Cr-Commit-Position: refs/heads/master@{#296988}
-
dzhioev authored
List of added resources: * PNG illustation (1x and 2x). * Three styles of Roboto font. * SVG icon. optimize-png-files.sh was applied to added PNG files. Icon was not added to 'chrome_unscaled_resources.grd' because it will be inlined to HTML. BUG=375191 Review URL: https://codereview.chromium.org/607473004 Cr-Commit-Position: refs/heads/master@{#296987}
-
nyquist authored
For every successfully distilled article a word count is submitted to UMA. The histogram ranges from 1->4000 words with 50 buckets. Changes rolled in from the DOM Distiller repo: bbf7c01 Add StatisticsInfo to DomDistillerResult proto for number of words. fc1a5c1 treat non-breaking space as whitespace de38c78 Expand usage of SimilarSiblingContentExpansion 444a55e reorder table tests 5ff895b add and fix missing tests to suite 970a419 Add SimilarSiblingContentExpansion da76b1e add new table classification heuristic BUG=417049 Review URL: https://codereview.chromium.org/608583003 Cr-Commit-Position: refs/heads/master@{#296986}
-
sunil.ratnu authored
This CL changes the return value of PasswordManagerClient::PromptUserToSavePassword to bool, indicating if the prompt was indeed displayed, and logs that appropriately through |logger| BUG=393138 Review URL: https://codereview.chromium.org/604293002 Cr-Commit-Position: refs/heads/master@{#296985}
-
Ben Smith authored
This is the same issue as in 8d01729a. MSVC 2013 now requires including <algorithm> to use std::{min, max}. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/607923002 Cr-Commit-Position: refs/heads/master@{#296984}
-
xiyuan authored
BUG=412006 Review URL: https://codereview.chromium.org/599263002 Cr-Commit-Position: refs/heads/master@{#296983}
-
rijubrata.bhaumik authored
Review URL: https://codereview.chromium.org/591383002 Cr-Commit-Position: refs/heads/master@{#296982}
-
jmadill authored
This missing dependency could cause intermittent broken builds. BUG=417583 Review URL: https://codereview.chromium.org/605243002 Cr-Commit-Position: refs/heads/master@{#296981}
-
sandersd authored
BUG=133828 Review URL: https://codereview.chromium.org/491163002 Cr-Commit-Position: refs/heads/master@{#296980}
-
zmo authored
BUG=418019 TEST=linux bots, content_browsertests TBR=viettrungluu@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/612483002 Cr-Commit-Position: refs/heads/master@{#296979}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e48d3d4..6254fdf TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/607133002 Cr-Commit-Position: refs/heads/master@{#296978}
-
igsolla authored
AwContents are deleted asynchronously, so to stop receiving callbacks we unregister delegates / observers / listeners from AwContents.destroy() and ContentViewCore.destroy(). Receiving callbacks after AwContents.destroy() is called is problematic because Java refs have already been set to null. BUG=415666 Review URL: https://codereview.chromium.org/594103002 Cr-Commit-Position: refs/heads/master@{#296977}
-
aurimas authored
BUG=None Review URL: https://codereview.chromium.org/607953002 Cr-Commit-Position: refs/heads/master@{#296976}
-