- 16 Jul, 2014 40 commits
-
-
qsr@chromium.org authored
BUG=386892 R=mpcomplete@chromium.org Review URL: https://codereview.chromium.org/392923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283514 0039d316-1c4b-4281-b951-d872f2087c98
-
raphael.kubo.da.costa@intel.com authored
CanUseCompositorAPI() and CanUseVideoDecodeAPI() were defined only if WebRTC support was enabled, even though they do not depend on it. Make the ENABLE_WEBRTC ifdef cover only CanUseMediaStreamAPI() instead. BUG=386743 R=teravest@chromium.org, dmichael@chromium.org Review URL: https://codereview.chromium.org/390763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283512 0039d316-1c4b-4281-b951-d872f2087c98
-
dvh@chromium.org authored
"instanceof" was used instead of "instanceOf". BUG=394139 Review URL: https://codereview.chromium.org/391283004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283511 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
This is in anticipation of adding more crypto-library specific files, so the file lists are not duplicated BUG=374912 R=brettw@chromium.org, dpranke@chromium.org Review URL: https://codereview.chromium.org/395643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283510 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283509 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff titzer@chromium.org in case of problems. TBR=titzer@chromium.org Review URL: https://codereview.chromium.org/396163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283508 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
Remove extension unload notification from LazyBackgroundLazyBackgroundTaskQueue and use ExtensionRegistryObserver instead. BUG=354046 Review URL: https://codereview.chromium.org/391563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283507 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
The existing implementation directly tries to open browser windows and relies on profiles to obtain Drive related services. The CL inserts an indirection to those places and make it easy to test, i.e., to verify the correctness of opened URLs and to insert test fake Drive instances. BUG=161209 Review URL: https://codereview.chromium.org/391003006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283506 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/321423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283505 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283503 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This brings in: 0ce77e3 Add a newline at the end of fpdfeditpage.cpp. 27e35a8 Remove uninitialized const global g_GbFontNameMap. b44bac5 Error handling for invalid component number in CPDF_ICCBasedCS::v_Load f86d7d6 Fix uninitialized coords in _DrawCoonPatchMeshes 1c8d196 Fix uninitialized nresults in GetRGB feff0db Fix uninitialized RGB in DrawShading 8434565 Fix uninitialized Storage in _LUTeval16 9114e83 Add support to extract viewer preference 8daab31 Fix an out-of-boundary issue for wide string 456cde9 Fix uninitialized Storage fab8896 Fix uninitialized okeybuf 41e06e7 Fix uninitialized triangle d5a0e7a Zero out temporary arrays before use in PDF encryption. b66432c Fix a null object bug BUG=82385,386728,391470,387809,386730,387826,169120,381521,387843,387011,387835,387834,387975 NOTRY=true R=thestig@chromium.org Review URL: https://codereview.chromium.org/393403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283502 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=144683 Review URL: https://codereview.chromium.org/391023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283501 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
The Translate UI is moving from a InfoBar to a bubble. Mac still uses the InfoBar but on other views platforms, it is replaced by a stub which MacViews isn't ready to use. BUG=390755,276181 Review URL: https://codereview.chromium.org/390183007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283500 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
This is both for efficiency and workaround for crbug.com/393168. BUG=393862 TEST=manually Review URL: https://codereview.chromium.org/397543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283499 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This could lead to us inline-autocompleting "foo.com" for a previous typed visit to "ftp://ftp.foo.com", which feels misleading. We still have the "ftp://" and even "ftp://www." prefixes, so not all FTP URLs will be affected by this, just ones where the full hostname differs from the typed text by something other than a missing "www.". BUG=325997 TEST=Do a typed navigation to a valid "ftp://ftp.<something>" site. Start typing "<something>", verify the browser won't inline-autocomplete it; verify inline autocomplete works if you start typing "ftp.<something>". Review URL: https://codereview.chromium.org/387313007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283498 0039d316-1c4b-4281-b951-d872f2087c98
-
petewil@chromium.org authored
This appears to cause a compile faliure on buildbots. > Add GN build targets for the rest of mojo/public > > BUG=369643 > TEST='gn gen out/Debug && ninja -C out/Debug mojo > > Review URL: https://codereview.chromium.org/388333003 TBR=cmasone@chromium.org Review URL: https://codereview.chromium.org/399623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283497 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
This is necessary because extension_app_shim_handler_mac.cc includes public/web/WebNotificationPresenter.h indirectly. BUG=350097 Review URL: https://codereview.chromium.org/391283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283496 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL cleans up ContentsSwitcherView by removing its custom layout code which is superceded by BoxLayout's main axis alignment. Review URL: https://codereview.chromium.org/392133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283495 0039d316-1c4b-4281-b951-d872f2087c98
-
jungjik.lee@samsung.com authored
change to generate GetAttribLocation/GetUniformLocation functions by build_gles2_cmd_buffer.py and remove HandWritten code. Bug=None TEST=gpu_tests --gtest_filter="GLES2FormatTest.*" Review URL: https://codereview.chromium.org/333303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283494 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
GetAllBookmarkIDsOrderedByCreationDate had a place where it incorrectly terminated itself (return) while reading the bookmarks. BUG=386785 Review URL: https://codereview.chromium.org/396843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283493 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=DR-i#1476 Review URL: https://codereview.chromium.org/394283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283492 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=347425 TEST=./unit_tests --gtest_filter="MetadataDatabase*" Review URL: https://codereview.chromium.org/388913005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283491 0039d316-1c4b-4281-b951-d872f2087c98
-
cmasone@chromium.org authored
BUG=369643 TEST='gn gen out/Debug && ninja -C out/Debug mojo Review URL: https://codereview.chromium.org/388333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283490 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=394193 Review URL: https://codereview.chromium.org/396123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283488 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
This adds U suffixes to literals for unsigned int types in C++. For Java, because integer literals >= 2 ** 63 are not allowed, such values are transformed to the equivalent 64 bit signed value. BUG=375522 Review URL: https://codereview.chromium.org/397453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283487 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
TBR=jamesr Review URL: https://codereview.chromium.org/394033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283486 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
BUG=393932 Review URL: https://codereview.chromium.org/397863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283485 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
This changes the syntax from: @(filepath:key0:key1) to: @FileArg(filepath:key0:key1) This should make it much easier for someone who encounters this syntax to figure out what it is (currently a `git grep FileArg` returns only results about/using this feature). Also changes it to use a simple regex search instead of adhoc stuff. BUG=359249 Review URL: https://codereview.chromium.org/377803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283484 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Reset now will allow plugin to call RecyclePicture. The plugin must recycle any texture it receives now. This makes plugin code simpler, since it can treat all textures it receives in the same way (no special Reset handling). Also fix a bug where Reset didn't return textures to the hardware decoder, which already has this behavior. BUG=281689 Review URL: https://codereview.chromium.org/390213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283483 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
gfe_quic::QuicSocketUtils::SetGetAddressInfo() calls. Update gfe_quic::QuicSocketUtils::SetGetAddressInfo() to the best-known implementation. Merge internal CL: 70966702 R=rtenneti@chromium.org BUG=none Review URL: https://codereview.chromium.org/397793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283482 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
BUG=350782 Review URL: https://codereview.chromium.org/385173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283481 0039d316-1c4b-4281-b951-d872f2087c98
-
kelvinp@chromium.org authored
BUG=329109 Review URL: https://codereview.chromium.org/395003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283480 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283479 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
If the tun interface is present, disable the data reduction proxy. BUG=357129 Review URL: https://codereview.chromium.org/373153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283478 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Previous submission was missing enough of the android portion to prevent passing of compilation. This patch combines ajwong@'s previous work with enough fixes to the Android build to get it working. BUG=none TEST=passes GN, compiles. R=brettw@chromium.org Review URL: https://codereview.chromium.org/390893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283477 0039d316-1c4b-4281-b951-d872f2087c98
-
maxbogue@chromium.org authored
This will allow us to roll the change out gradually using Finch. BUG=385213 Review URL: https://codereview.chromium.org/362553004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283476 0039d316-1c4b-4281-b951-d872f2087c98
-
kuan@chromium.org authored
Revert of Sync: Refactoring of DEVICE_INFO syncable type - Part 1 (https://codereview.chromium.org/367153005/) Reason for revert: this broke unit_tests" on "Linux ASan LSan Tests (2): http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%282%29/builds/4967. Original issue's description: > Sync: Refactoring of DEVICE_INFO syncable type - Part 1 > > This change introduces a new class LocalDeviceInfoProvider that is responsible > for providing the local device specific DeviceInfo/cache_guid. It initializes > the data asynchronously and allows consumers to get notified when the data > becomes available. > > LocalDeviceInfoProvider will allow to remove these responsibilities from > SyncedDeviceTracker / ProfileSyncService and loose coupling between > ProfileSyncService and a number of SyncableService and DataTypeController > derived classes. > > LocalDeviceInfoProvider is hosted on the frontend thread. Since it needs > cache_guid to initialize DeviceInfo, which is currently available only on the > backend, I updated SyncBackendHostCore and SyncBackendHostImpl to pass > cache_guid to the frontend via OnBackendInitialized. > > For the time being SyncedDeviceTracker remains unchanged > and continues to initialize the local device info too. The entire class will be > removed in the Part 2 of the change which will move SyncedDeviceTracker > functionality to a new SyncableService. > > LocalDeviceInfoProvider also replaces SessionsSyncManager::SyncInternalApiDelegate > which was previously used to decouple SessionsSyncManager from the specifics of > of the local device info implementation. > SessionsSyncManager is changed to consume LocalDeviceInfoProvider instead of > SessionsSyncManager::SyncInternalApiDelegate. > SessionDataTypeController now also consumes LocalDeviceInfoProvider to make sure > that SESSIONS type model doesn't start before local device info becomes available. > A very similar approach will be used in the upcoming second part of the change > for DEVICE_INFO DataTypeController and SyncableType. > > The change includes new unit tests for LocalDeviceInfoProvider and > SessionDataTypeController. > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283461 TBR=zea@chromium.org,rlarocque@chromium.org,sky@chromium.org,maniscalco@chromium.org,stanisc@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/401433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283475 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283472 0039d316-1c4b-4281-b951-d872f2087c98
-
dschuff@chromium.org authored
> NaCl: Update revision in DEPS, r13456 -> r13484 > > This pulls in the following Native Client changes: > > r13457: (dyen) LLVM Regression tests check for build files instead of empty dirs. > r13458: (noelallen) Update and add GN files to build sel_ldr. > r13459: (jvoung) Remove env cleanser references to obsolete env vars. > r13460: (jfb) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13461: (hamaji) Non-SFI Mode: Add prctl syscall wrapper > r13462: (hamaji) Non-SFI Mode: Implement IRT fstat > r13463: (hamaji) Correct the return type of TestSuite in timefuncs_test > r13464: (hamaji) syscall_test: Do not test st_atime in the test for fstat > r13465: (earthdok) Implement initial MSan support. Also, adjust ASan build flags. > r13466: (dschuff) pnacl-ld: Do not attempt to parse ELF or bitcode files as linker scripts > r13467: (jvoung) Remove NaClSrpcIsStandalone() function. > r13468: (dschuff) Make testing architecture explicit PNaCl toolchain buildbot script > r13469: (dschuff) Stub out pnacl-opt and pnacl-finalize tools for scons built_elsewhere=1 > r13470: (dschuff) Update revision for PNaCl r13392->r13466 > r13471: (noelallen) Build nacl_bootstrap_helper and test with GN scons > r13472: (dschuff) Build PNaCl with mingw again > r13473: (earthdok) Zap the NaClSignalContext struct in SignalCatch. > r13474: (dschuff) Update revision for PNaCl r13466->r13472 > r13475: (sehr) Munge nacl_helper_bootstrap using python rather than libelf > r13476: (sky) Changes scan_sources not to output on bogus directory > r13477: (dschuff) Reduce debugging metadata for pexe builds in Chrome > r13480: (jfb) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13481: (hidehiko) Align at 16 bytes for stack for created thread. > r13484: (jfb) Revert "Munge nacl_helper_bootstrap using python rather than libelf" > > BUG=none > TEST=browser_tests and nacl_integration > R=jvoung@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283271 > > Review URL: https://codereview.chromium.org/390553002 TBR=dschuff@chromium.org Review URL: https://codereview.chromium.org/396343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283471 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
Similar to ChromeOS, non-X11 Linux builds (such as Ozone) do not provide the filename to URL conversion. BUG=none Review URL: https://codereview.chromium.org/394983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283468 0039d316-1c4b-4281-b951-d872f2087c98
-