- 16 Jul, 2014 40 commits
-
-
estade@chromium.org authored
split off from https://codereview.chromium.org/388963002/ BUG=160586 Review URL: https://codereview.chromium.org/390183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283537 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
https://codereview.chromium.org/385553002/ uses BackoffEntry, but it requires a lot of changes, so it probably won't be merged to M37. I suggest to merge this small fix. BUG=377725 TEST=manual Review URL: https://codereview.chromium.org/383183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283536 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Enables most of compiler warning on ASan build. BUG=162783 Review URL: https://codereview.chromium.org/391743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283535 0039d316-1c4b-4281-b951-d872f2087c98
-
ankit2.kumar@samsung.com authored
When only image is opened then on long press context menu appears. From context menu on selection of "open image" page reloads which does not make sense.Added condition to hide option "open image" if page url and image url for which context menu appears is same. BUG=270682 Review URL: https://codereview.chromium.org/396063009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283534 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Adding component/auto_login_parser/BUILD.gn. TBR=jochen Review URL: https://codereview.chromium.org/382943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283533 0039d316-1c4b-4281-b951-d872f2087c98
-
beaufort.francois@gmail.com authored
BUG=329247 Review URL: https://codereview.chromium.org/393803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283530 0039d316-1c4b-4281-b951-d872f2087c98
-
tmdiep@chromium.org authored
Selecting the "Cached images and files" in the Clear Browsing Data dialog will now remove all idle ephemeral apps. BUG=392007 TEST=browser_tests Review URL: https://codereview.chromium.org/383703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283529 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283528 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Port QueryHistoryAndBookmarks and QuerySearchTerms methods to use CancelableTaskTracker instead of CancelableRequestConsumer. BUG=371818 Review URL: https://codereview.chromium.org/369673009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283527 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=393019 NOTRY=true Review URL: https://codereview.chromium.org/394593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283526 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
X11 implementation of PlatformWindow does not correctly process XInput2 yet. So do not listen for mouse-events there. BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/394323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283524 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
Apps&Extensions for supervised users: Add Extension::WAS_INSTALLED_BY_CUSTODIAN flag and proto entry. Currently, supervised users can not use Apps/Extensions at all. In the future, their custodian will be able to remotely install Apps/Extensions for them. This CL introduces a new extension flag and corresponding proto entry that marks these extensions, so we can allow only those in the client. Relevant design doc section: https://docs.google.com/a/google.com/document/d/1rqahhrErR_HiZ04v-Skb_kvXeyOfnTvBPFvKwAxuf10/edit#heading=h.ptivtbjwlda5 BUG=390520 Review URL: https://codereview.chromium.org/353493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283522 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
google infobars invalidation navigation_intercaption network_time password_manager plugins search_provider_logos sessions R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/397953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283521 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
BUG=245926 TEST=manually Review URL: https://codereview.chromium.org/395083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283519 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
This new AudioBlockFifo() is made for the input code to avoid copying audio data during Push() and Consume(). Contrast to the existing AudioFifo, which requires a AudioBus* as input param for its Push() and Consume() methods to copy the data from/to the FIFO, this new AudioBlockFifo keeps blocks of AudioBus, it accepts interleaved data as input for its Push() method, and its Consume() method return an AudioBus for consumption. So the copy operations in this AudioBlockFifo() is 1 versus 3 in AudioFifo(). NOTRY=true BUG=393199 TEST=media_unittests --gtest_filter="*AudioBlockFifo*" Review URL: https://codereview.chromium.org/389623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283518 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
See bug for new mocks and screenshots. BUG=318977 Review URL: https://codereview.chromium.org/342833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283517 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
R=sky@chromium.org Review URL: https://codereview.chromium.org/393953008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283516 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
R=viettrungluu@chromium.org BUG=386892 Review URL: https://codereview.chromium.org/397493007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283515 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-