- 29 Apr, 2014 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266881 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff rossberg@chromium.org in case of problems. TBR=rossberg@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/253873011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266879 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=366103 R=sky@chromium.org, yoz@chromium.org Review URL: https://codereview.chromium.org/246653003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266878 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266877 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
r1907 Test handling of empty RULE_INPUT_DIRNAME and fix this on android. r1906 gyp performance: Another fixed O(n^2) in dependency calcs. r1905 gyp: isinstance -> type for another 1-5% save. r1904 gyp: avoid copying items that will be deleted. r1903 Show ASM output file instead of input file, just like CC and CXX. r1902 win: disable two flaky tests on gyp-win32 r1901 Remove the default setting for clcompile_cmd in msvs-ninja r1900 gyp: cache conditional ASTs for 3 CPU seconds (5%) gain. r1899 gyp: use a set() in DeepDependencies for less O(n^2). r1898 gyp: fix O(n^2) in dependency calculations. r1897 gyp: 1% faster by optimizing IsPathSections r1896 gyp: use all processors instead of hard-coded 8. TBR=thakis@chromium.org BUG= Review URL: https://codereview.chromium.org/253493009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266876 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
R=dgozman@chromium.org, vsevik@chromium.org TBR=jam for chrome/chrome.gyp Review URL: https://codereview.chromium.org/253823005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266873 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266871 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13019: (dyen) Added temporary code to clean out old toolchain directories. r13020: (noelallen) Roll bionic r13021: (dyen) Added pinned toolchain revision files using the new revision pin scheme. r13022: (dschuff) Update WINVER to 0x602 in NaCl r13023: (sbc) Fix stat.st_mode bits reported by win32 sel_ldr r13024: (teravest) Remove unused NACL_NAME_SERVICE_LIST interface. r13025: (dyen) Modified gyp toolchain directories so they match the standardized format. r13026: (dyen) Toolchain bionic build can now output output package files. r13027: (dyen) Fixed typo in toolchain bionic build. r13028: (jvoung) Remove nosys references from spec2k harness. r13029: (dyen) Fixed a typo in toolchain build bionic. r13030: (sehr) Make Android sel_ldr build under Darwin r13031: (dschuff) PNaCl: Update libc++ revision in pnacl/COMPONENT_REVISIONS r13032: (earthdok) Filter out -fsanitize=memory when building nacl_bootstrap. r13033: (dyen) Updated deps file so it uses package_version to synchronize toolchains. r13035: (sbc) Add libdbus-glib and libexif to ARM sysroot image builder. r13036: (noelallen) Convert (handle, path) MakeTempFile to (path) MakeEmptyFile r13037: (dyen) Empty toolchain directory no longer causes a failure when running hooks. r13038: (petarj) [MIPS] Fix build failures with bitcode=1 r13039: (jvoung) PNaCl: Update LLVM and binutils revision in pnacl/COMPONENT_REVISIONS r13040: (dschuff) pnacl/build.sh: Don't print git revisions before git checkout r13041: (dschuff) once.py: Cache hashes of file paths within a run r13042: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13043: (dyen) Shortened gyp toolchain path to avoid windows path limit. r13044: (dyen) Fixed an issue with package_version setting a custom toolchain package. r13045: (mseaborn) TLS: Reduce the cost of getting the thread pointer by one jump on x86-64 r13046: (jfb) Make package_version.py executable r13047: (dyen) Added getrevision command to package_version.py. r13048: (jfb) Update pnacl_newlib.json for PNaCl r13013->r13042 r13049: (jvoung) Test validation cache/mmap main nexe w/ mock cache info and fix bug. r13050: (jvoung) Remove "PackageCheck" from pnacl/scripts (the check for texinfo, etc.). r13051: (jfb) PNaCl: Test support for GCC/LLVM vector extensions r13052: (mseaborn) PNaCl: Only define __nacl_read_tp() on architectures that need it r13053: (noelallen) Roll bionic r13054: (dyen) Move back to build_pnacl.sh version of the PNaCl toolchain to distribute. r13055: (dschuff) Generate biased bitcode using the same triple everywhere r13056: (dyen) Made sure buildbot_pnacl.sh uses native python to escape cygwin on win32. r13057: (bradnelson) Switching DEPS to use googlecode_url variable. r13058: (bradnelson) Fix DEPS typo. r13059: (noelallen) Roll bionic to get libc_stubs.c cleanup. r13060: (noelallen) Roll to office bionic build. r13061: (mseaborn) Unsandboxed IRT: Fix some warnings from -Wextra r13062: (dyen) Pinned pnacl_newlib toolchain and pnacl_translator to revision 13060. r13063: (dschuff) Use toolchain_build for PNaCl FYI bots instead of build.sh r13064: (dyen) Added better logging package_version.py when syncing. r13065: (mseaborn) PNaCl: Allow targeting Non-SFI Mode for ARM r13066: (noelallen) Roll Bionic to take in cleanup of g_nacl_irt_syscalls_ptr r13067: (dyen) As a safety precaution, delete output package file before extraction. r13068: (jvoung) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13069: (jfb) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13070: (noelallen) Roll bionic r13071: (jfb) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13072: (jfb) PNaCl LLVM tests: fix known failures for vector tests r13073: (dyen) Updated PNaCl tool revision update script to use package_version. r13074: (jfb) Update revision for PNaCl r13060->r13072 r13075: (petarj) [MIPS] Update the toolchain build script r13076: (mcgrathr) toolchain_build: Make arm-nacl-gdb and i686-nacl-gdb aliases r13078: (dyen) toolchain_build should only upload what we will download for (arm). r13079: (mcgrathr) Update tools_rev in DEPS r13081: (mcgrathr) toolchain_build: Update EXPAT library r13082: (mcgrathr) toolchain_build: Update GMP library r13083: (jvoung) Change PNaCl --noirt use of rosegment-gap to something bigger. r13084: (dschuff) Add relocate.o to libs_support_native build in toolchain_build_pnacl.py r13086: (jvoung) Build test prereqs on pnacl FYI bots early, instead of relying on each suite. r13087: (mcgrathr) toolchain_build: Generate a series file with the patches r13088: (jvoung) Fix for 13086 -- build pre-reqs explicitly in other pnacl buildbot script. r13089: (dyen) Reverted gyp and DEPS rules to use old toolchain tars. r13091: (dyen) download_toolchains no longer delete old toolchain directories. BUG=none TEST=browser_tests and nacl_integration R=bradnelson@chromium.org, bradnelson@google.com Review URL: https://codereview.chromium.org/260103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266870 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266868 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Includes the following CLs: Disable Intel AES assembly code on Windows because of memory corruption in the GCM assembly code. https://codereview.chromium.org/258013011/ R=agl@chromium.org BUG=367515 Review URL: https://codereview.chromium.org/253873005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266867 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
BUG=368134 TBR=robliao@chromium.org, ajwong@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/253103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266866 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=358265 NOTREECHECKS=true R=oshima@chromium.org Review URL: https://codereview.chromium.org/256203005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266865 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of Password bubble: Introduce a command to open the bubble. (https://codereview.chromium.org/246393004/) Reason for revert: This is causing leaks on linux asan lsan: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%283%29/builds/2361 Original issue's description: > Password bubble: ManagePasswordsIconView is now a BubbleIconView. > > This CL introduces a new browser command to open the Manage Passwords bubble, > and converts the ManagePasswordsIconView class into a subclass of > BubbleIconView, which uses the new command to control the bubble's state. > This allows us to more easily test the view and the UI controller, as each > object's job is now more clearly defined (and the view is now doing a good > deal less work), and to independently verify that the command is doing the > right thing. > > After this CL, we'll (finally!) have something approaching reasonable test > coverage for the core of the views code. > > BUG=365678 > TBR=cpu@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266859 TBR=markusheintz@chromium.org,vabr@chromium.org,cpu@chromium.org,pkasting@chromium.org,mkwst@chromium.org NOTREECHECKS=true NOTRY=true BUG=365678 Review URL: https://codereview.chromium.org/256333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266862 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of [WebsiteSettings] Update permission bubble manager policy (https://codereview.chromium.org/243543003/) Reason for revert: This breaks Linux ASAN, heap use after free: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%283%29/builds/2360 Original issue's description: > [WebsiteSettings] Update permission bubble manager policy > > This policy is more in accord with the design doc changes. Moves to > showing the dialog upon DOMContentLoaded in source pages, and then > subsequently for user gestures. > > R=leng@chromium.org > BUG=332115,364159 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266855 TBR=leng@chromium.org,markusheintz@chromium.org,rdsmith@chromium.org,phajdan.jr@chromium.org,gbillock@chromium.org NOTREECHECKS=true NOTRY=true BUG=332115,364159 Review URL: https://codereview.chromium.org/260373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266861 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=323766 TBR=skuhne@chromium.org Review URL: https://codereview.chromium.org/250843007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266860 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
This CL introduces a new browser command to open the Manage Passwords bubble, and converts the ManagePasswordsIconView class into a subclass of BubbleIconView, which uses the new command to control the bubble's state. This allows us to more easily test the view and the UI controller, as each object's job is now more clearly defined (and the view is now doing a good deal less work), and to independently verify that the command is doing the right thing. After this CL, we'll (finally!) have something approaching reasonable test coverage for the core of the views code. BUG=365678 TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/246393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266859 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
The cloud policy protocol can also be used to fetch policy for extensions; this change makes an update to the protocol such that extension IDs are never uploaded to the server. Note that this feature is still disabled by default behind the --enable-component-cloud-policy flag. BUG=361156 Review URL: https://codereview.chromium.org/233423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266857 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
This policy is more in accord with the design doc changes. Moves to showing the dialog upon DOMContentLoaded in source pages, and then subsequently for user gestures. R=leng@chromium.org BUG=332115,364159 Review URL: https://codereview.chromium.org/243543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266855 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL introduces a TicSettingsProvider abstraction that allows TiclInvalidationService to retrieve configuration settings without having to directly observe a Profile's PrefStore. The CL completes the work on removing the Profile dependency from TiclInvalidationService. BUG=358696 TEST=New and updated unit tests Review URL: https://codereview.chromium.org/255443005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266853 0039d316-1c4b-4281-b951-d872f2087c98
-
sohan.jyoti@samsung.com authored
damaging viewport area covered by newly initialized tiles. In the current implementation, during frame draw and visible tile update, LTHI was setting damage to the entire viewport area, irrespective of the initialized tiled content rect. As part of the patch we are trying to ascertain newly initialized tile rect from TileManager, notify LTHI about it, and save it as damage rect in LayerImpl. During frame draw, when the damage for surfaces and layers are tracked, we query for these damaged layer rects and unify with the DamageTracker's damage rect. BUG= Review URL: https://codereview.chromium.org/219963005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266852 0039d316-1c4b-4281-b951-d872f2087c98
-
zerny@chromium.org authored
R=ager@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/260073010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266851 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
Previous CL (which caused memleaks): https://codereview.chromium.org/225693005 BUG=165760, 140882, 141141, 141517, 142787 Review URL: https://codereview.chromium.org/246923004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266850 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
Test code in https://codereview.chromium.org/255753003/ BUG=345296 Review URL: https://codereview.chromium.org/197453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266849 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
So far, the ONC IPConfig object was only validated but not translated to or from Shill. This adds the one direction, from Shill to ONC. This allows exposing the current IP config state of Shill through ONC, e.g. with in the networkingPrivate API. BUG=288288 Review URL: https://codereview.chromium.org/249193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266848 0039d316-1c4b-4281-b951-d872f2087c98
-
edwardjung@chromium.org authored
+ Updated styling. + Add new incognito man illustration. + Simplify the copy. Remove the extensions block. BUG=356226 Review URL: https://codereview.chromium.org/208683007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266847 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/257143003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266846 0039d316-1c4b-4281-b951-d872f2087c98
-
mcasas@chromium.org authored
Historically, QTKit had the camera resolutions limited to QVGA/VGA/HD due to some internal rescaling not respecting aspect ratio in those systems. AVFoundation has not shown such problems, to the best of the author's knowledge, and the limited resolutions prevent using all the camera's capabilities. This CL enables the use of all resolutions listed by the camera as supported. QTKit implementation remains untouched. Tested: Locally using C910 and Facetime HD alternatively. This CL solves the attached bugs 367668, 367670. [1] https://code.google.com/p/chromium/codesearch#chromium/src/media/video/capture/mac/video_capture_device_mac.mm&sq=package:chromium&l=189 BUG=288562, 367668, 367670 Review URL: https://codereview.chromium.org/258783007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266845 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
This removes unnecessary PDF dependencies from component_extension_resources.grd and browser_resources.grd. These particular files get flattened into the HTML and so are not needed in the grd files. BUG=363909 Review URL: https://codereview.chromium.org/251813008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266844 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266843 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
BUG=254066 Review URL: https://codereview.chromium.org/255873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266842 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
Update to eeff97614f65e0578529490d44d412032c3d7359. BUG=363909 TBR=arv@chromium.org Review URL: https://codereview.chromium.org/258253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266841 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This enables file associations behind a flag in chrome://flags. This flag will be used in future for file associations on Windows and Linux. BUG=168080 Review URL: https://codereview.chromium.org/64803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266840 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=331299 TEST=None, no functional changes. Green trybots to make sure content_shell, content_unittests, content_browsertests still link. TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/251263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266839 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
BUG=368037 TBR=bajones@chromium.org Review URL: https://codereview.chromium.org/259173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266838 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. (https://codereview.chromium.org/259773006/) Reason for revert: Causes leaks: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%282%29/builds/2069 Original issue's description: > Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. > > BUG=108012 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266817 TBR=michaeln@chromium.org,ericu@chromium.org NOTREECHECKS=true NOTRY=true BUG=108012 Review URL: https://codereview.chromium.org/252163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266837 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
In Debug config: $ gn gen out/Debug_gn $ ninja -C out/Debug_gn ui_base In Release config: $ gn gen out/Release_gn --args='is_debug=false' $ ninja -C out/Release_gn ui_base BUG=None TEST=see above R=brettw@chromium.org TBR=ben Review URL: https://codereview.chromium.org/250823008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266836 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266835 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
r1319: Change PrintFunctions to print functions in address order. r1320: Linux: Check the CRC32 of the debug link file in the symbol dumper. r1321: Clean up common.gypi. Review URL: https://codereview.chromium.org/253783004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266834 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of Implement argument validation for chrome.cast.channel.{open,send} (https://codereview.chromium.org/255443002/) Reason for revert: Causing leaks: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%282%29/builds/2069 Original issue's description: > Implement argument validation for chrome.cast.channel.{open,send} > > TESTED=Unit test. Manually with Cast extension > BUG=331165 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266804 TBR=munjal@chromium.org,imcheng@chromium.org,mfoltz@chromium.org NOTREECHECKS=true NOTRY=true BUG=331165 Review URL: https://codereview.chromium.org/256333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266833 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of [Android] Reland "Provide unhandled tap event notifications" (https://codereview.chromium.org/256213002/) Reason for revert: The test TouchCursorInTextfieldTest is failing flakily on Linux ChromiumOS Tests (2): http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/23460 The precondition CL crrev.com/218633008 also got previously reverted. Original issue's description: > [Android] Reland "Provide unhandled tap event notifications" > > Allow notifications of unhandled taps via the GestureStateListener. This change > makes GestureTap events blocking, but there are several use-cases for which this > will be necessary, e.g., WebView and contextual search. > > This was landed in r26143 and reverted in r261470 due to to a failure in > TouchEditableImplAuraTest.TouchCursorInTextfieldTest. The test has been fixed > and reviewed previously in crrev.com/218633008. > > BUG=355154 > TBR=sky@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266732 TBR=jdduke@chromium.org NOTREECHECKS=true NOTRY=true BUG=355154 Review URL: https://codereview.chromium.org/259073005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266832 0039d316-1c4b-4281-b951-d872f2087c98
-