- 08 Aug, 2014 40 commits
-
-
rsorokin@chromium.org authored
BUG=385623 Review URL: https://codereview.chromium.org/357323002 Cr-Commit-Position: refs/heads/master@{#288245} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288245 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
These tests use ContentLayer, so change them to use PictureLayer instead and stop explicitly disabling impl-side painting. R=enne BUG=401492 Review URL: https://codereview.chromium.org/443353003 Cr-Commit-Position: refs/heads/master@{#288244} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288244 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
In this context, when needed means when Screen Orientation API is being used. BUG=400158 Review URL: https://codereview.chromium.org/398013002 Cr-Commit-Position: refs/heads/master@{#288243} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288243 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
We landed a hack earlier to treat all video urls as cross-origin for an security issue. That fix, however, breaks all webgl tests that has video in it. This CL brings a proper fix to the original issue. It uses a new API available in the android L preview System image. For systems below K, the security impact is much less serious than the issue it caused. As a result, we are reenabling video for webgl for systems <=K. And the security issues on these systems should be resolved when devices upgrade. BUG=358198 Review URL: https://codereview.chromium.org/408873004 Cr-Commit-Position: refs/heads/master@{#288242} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288242 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
Cr-Commit-Position: refs/heads/master@{#288241} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288241 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288240} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288240 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Suspected to have broken the Chrome Win build: c:\b\build\slave\google-chrome-rel-win\build\src\base\numerics\safe_numerics_unittest.cc(577) : error C2220: warning treated as error - no 'object' file generated c:\b\build\slave\google-chrome-rel-win\build\src\base\numerics\safe_numerics_unittest.cc(577) : warning C4756: overflow in constant arithmetic > Roll gtest and gmock DEPS. > > These DEPS have not been updated for ~2 years, so there is a good chance > something will blow up. Due to interdependancy between the repos, > rolling gtest required gmock also be rolled. > > BUG=none > > Review URL: https://codereview.chromium.org/425333002 TBR=ncbray@chromium.org Review URL: https://codereview.chromium.org/454823002 Cr-Commit-Position: refs/heads/master@{#288239} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288239 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
TBR=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/450053004 Cr-Commit-Position: refs/heads/master@{#288237} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288237 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
This enables eager gesture recognition on Aura for the unified gesture detector. BUG=332418 TEST=GestureRecognizer/GestureRecognizerTest Review URL: https://codereview.chromium.org/393953012 Cr-Commit-Position: refs/heads/master@{#288236} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288236 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
BUG=372381 Review URL: https://codereview.chromium.org/449543002 Cr-Commit-Position: refs/heads/master@{#288235} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288235 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
To support the redesign, support two new parameters: ta and tf, which stand for text-align and text fade. For text fade, a linear gradient is created to gently fade the text overflow. BUG=400332,400341 TBR=jered TEST=manual Review URL: https://codereview.chromium.org/448793003 Cr-Commit-Position: refs/heads/master@{#288234} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288234 0039d316-1c4b-4281-b951-d872f2087c98
-
mtklein@chromium.org authored
This makes SkPicture::clone() a cheap ref, meaning impl-side painting will render tiles concurrently from the same source SkPicture rather than from clones. After testing for a few months in Skia, we believe SkPicture is thread safe enough to try this out on the Chrome bots. Please revert this at the slightest sign of crash, flaky drawing, etc. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288096 Review URL: https://codereview.chromium.org/445373003 Cr-Commit-Position: refs/heads/master@{#288233} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288233 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288232} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288232 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG= TEST=tree R=kbr@chromium.org Review URL: https://codereview.chromium.org/444083005 Cr-Commit-Position: refs/heads/master@{#288231} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288231 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
This CL adds the main Copresence API. This CL is tracking, https://codereview.chromium.org/438513002. This CL also requires https://codereview.chromium.org/419073002 and https://codereview.chromium.org/433283002 to land to be fully functional. API tests for this API are being worked on by ckehoe@ and we'll be sending a follow on CL tracking this one very soon. Reviews requested, xiyuan@ - General review. kalman@ - API review. isherman@ - histograms.xml OWNERs review. R=derat@chromium.org, isherman@chromium.org, kalman@chromium.org, xiyuan@chromium.org BUG=365493 Review URL: https://codereview.chromium.org/444513005 Cr-Commit-Position: refs/heads/master@{#288230} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288230 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
The tests were flaking because the preview was unexpectedly being shown at the same time as the suggestions. This happened when the mouse happened to be over the preview. BUG=364685 R=isherman@chromium.org Review URL: https://codereview.chromium.org/447423002 Cr-Commit-Position: refs/heads/master@{#288229} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288229 0039d316-1c4b-4281-b951-d872f2087c98
-
oysteine@chromium.org authored
The outgoing renderer sends one or more sets of serialized markup of transition elements, the CSS selectors used to select each of these and its associated allowed destination origin, up to the TransitionRequestManager in Chrome. Once we have a navigation response we then pick up this data again (selecting one of these sets), send it up to the Android embedder, and from there it's used to 1) send a message down to the outgoing renderer to hide the transition elements we selected to use using the CSS selector, and 2) send the serialized markup down to the incoming renderer to inject into its document. R=creis,jam,nasko BUG=370696 Review URL: https://codereview.chromium.org/435833002 Cr-Commit-Position: refs/heads/master@{#288228} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288228 0039d316-1c4b-4281-b951-d872f2087c98
-
gunsch@chromium.org authored
Triggered by https://codereview.chromium.org/369703002. R=lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/442213002 Cr-Commit-Position: refs/heads/master@{#288227} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288227 0039d316-1c4b-4281-b951-d872f2087c98
-
dcaiafa@chromium.org authored
Use webrtc::MouseCursorMonitor for cursor shapes instead of webrtc::VideoFrameCapturer, in preparation for deprecating cursor shape functionality in the latter. Fix memory corruption in VideoSchedulerTests_StartAndStop, where a lingering capture task could trigger a expectation action declared on the stack during tear down. My changes to the test somehow made the race condition more likely. BUG=324033 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247689 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248045 Review URL: https://codereview.chromium.org/92473002 Cr-Commit-Position: refs/heads/master@{#288226} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288226 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
It broke Drive sync completely. > Parse Drive API responses all at once in the blocking pool. > > Previous implementation did the parsing of string to base::Value > on blocking pool, and that of base::Value to specific data types > either on UI thread or on yet another post to blocking pool. > > The previous implementation is slightly inefficient and moreover > involves a subtle bug 284244. > > BUG=284244 > > Review URL: https://codereview.chromium.org/442193002 TBR=kinaba@chromium.org BUG=401843 Review URL: https://codereview.chromium.org/449323002 Cr-Commit-Position: refs/heads/master@{#288216} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288216 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
Cr-Commit-Position: refs/heads/master@{#288210} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288210 0039d316-1c4b-4281-b951-d872f2087c98
-
vadimsh@chromium.org authored
Through CQ this time. R=iannucci@chromium.org BUG=366924 NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/452703002 Cr-Commit-Position: refs/heads/master@{#288207} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288207 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=vadimsh@chromium.org BUG=366924 Review URL: https://codereview.chromium.org/453753002 Cr-Commit-Position: refs/heads/master@{#288204} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288204 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Jankometer is the last instance of a MessagePumpObserver. Since it has been removed, MessagePumpObserver can also be removed. BUG=none R=darin@chromium.org Review URL: https://codereview.chromium.org/421173003 Cr-Commit-Position: refs/heads/master@{#288203} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288203 0039d316-1c4b-4281-b951-d872f2087c98
-
yojan@google.com authored
Test Runner changes to allow integration tests as well as the ability to point the device's google_base_url (or any android shell flag) to a specified value in stored in a .flags file. BUG=None Review URL: https://codereview.chromium.org/444243002 Cr-Commit-Position: refs/heads/master@{#288202} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288202 0039d316-1c4b-4281-b951-d872f2087c98
-
ericzeng@chromium.org authored
This CL adds an event to the <extensionoptions> tag that fires if the guest view is attempted to be created with an invalid extension id. BUG=386838 Review URL: https://codereview.chromium.org/429763002 Cr-Commit-Position: refs/heads/master@{#288201} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288201 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
BUG=398888 Review URL: https://codereview.chromium.org/450753002 Cr-Commit-Position: refs/heads/master@{#288200} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288200 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
As is discussed in the bug, it is important to occupy certain area for logo mark in the home card, otherwise the area for the search results is restricted. Actual experimental app-list uses start_page webview for this, which embeds the logo from our resource data. I think it's better to create a dummy view with flat background instead of loading the resource image to emphasize this is still work-in-progress. BUG=400153 R=oshima@chromium.org TEST=none Review URL: https://codereview.chromium.org/441123002 Cr-Commit-Position: refs/heads/master@{#288199} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288199 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
BUG=401536 Review URL: https://codereview.chromium.org/445363009 Cr-Commit-Position: refs/heads/master@{#288198} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288198 0039d316-1c4b-4281-b951-d872f2087c98
-
ajuma@chromium.org authored
Layer::CalculateContentsScale and its overrides never use device_scale_factor, page_scale_factor, maximum_animation_contents_scale, or animating_transform_to_screen. This CL removes these arguments. BUG=None Review URL: https://codereview.chromium.org/453533002 Cr-Commit-Position: refs/heads/master@{#288197} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288197 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Also, ensure that it stays in sync with the renderer's copy. BUG=99379,369661 TEST=no CHECKs hit in the wild, all tests stay green Review URL: https://codereview.chromium.org/423393008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288196 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
This is where things go wrong and cause crbug.com/385795 BUG=385795 TEST=None Review URL: https://codereview.chromium.org/448123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288195 0039d316-1c4b-4281-b951-d872f2087c98
-
suderman@chromium.org authored
included the transform for fixing the video orientation. BUG=47554 Review URL: https://codereview.chromium.org/388643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288194 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
SetFromString that allows setting TraceOptions from a string instead. SetFromString returns true upon success. BUG=400382 Review URL: https://codereview.chromium.org/443523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288193 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=vadimsh@chromium.org BUG=366924 Review URL: https://codereview.chromium.org/453743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288192 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/414383002/abodenha@chromium.org authored
Reason for revert: Looks like the cause of http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/22085 failing. runtest.py was repeatedly unable to find the test targets it was supposed to run. partial log: @@@BUILD_STEP base_unittests@@@ > /b/build/scripts/slave/runtest.py '--factory-properties={"generate_gtest_json": true, "target": "Debug", "gclient_env": {}, "build_url": "http://build1-a1/b/build/slave/Android_Builder__dbg_/chrome_staging/full-build-linux.zip", "clobber": false, "GYP_DEFINES": " component=shared_library", "target_os": "android", "android_bot_id": "main-tests-dbg"}' '--build-properties={"parentname": "Android Builder (dbg)", "got_nacl_revision": "13580", "parent_wk_revision": "179716", "parent_got_v8_revision": "22960", "parent_got_swarming_client_revision": "bbf1fcca7932d92cca9d7dab46ea271a7f6d61fb", "got_revision": "288139", "parent_revision": "288139", "blamelist_real": ["achaulk@chromium.org", "jamescook@chromium.org", "mef@chromium.org", "morrita@chromium.org", "varkha@chromium.org", "zty@chromium.org (:zty)"], "got_webkit_revision_git": "08c40136a44dd5b3f5bf976d5c75e7623afb8e29", "parent_slavename": "build1-a1", "got_v8_revision_git": "9d72b8dd94263d9f500f18255d67f0c7b8c3527a", "got_webrtc_revision_git": "a288b8cbb568cbf1735e6d5d0012524f4f8e5f74", "buildnumber": 22085, "got_webkit_revision": "179716", "parent_scheduler": "android", "got_swarming_client_revision": "bbf1fcca7932d92cca9d7dab46ea271a7f6d61fb", "parent_buildnumber": "63404", "slavename": "build42-a1", "blamelist": "achaulk@chromium.org,jamescook@chromium.org,mef@chromium.org,morrita@chromium.org,varkha@chromium.org,zty@chromium.org", "branch": "src", "patchset": "", "issue": "", "revision": "288139", "workdir": "/b/build/slave/Android_Tests__dbg_", "repository": "svn://svn-mirror.golo.chromium.org/chrome/trunk", "buildername": "Android Tests (dbg)", "parent_try_job_key": "", "got_webrtc_revision": "6825", "mastername": "chromium.linux", "parent_got_webkit_revision": "179716", "parent_builddir": "", "parent_branch": "src", "got_nacl_revision_git": "1fb9738130a80c961cf1ed46cdb38caf0d165543", "scheduler": "android_trigger_dbg", "requester": "", "buildbotURL": "http://build.chromium.org/p/chromium.linux/", "parent_cr_revision": "288139", "got_revision_git": "3afe85ad", "rietveld": "", "parent_got_nacl_revision": "13580", "parent_buildername": "Android Builder (dbg)", "got_v8_revision": "22960", "parent_got_revision": "288139", "project": "", "patch_url": "", "parentslavename": "build1-a1", "root": "", "primary_repo": ""}' --test-platform android --generate-json-file -o gtest-results/base_unittests --annotate gtest --build-number 22085 --builder-name 'Android Tests (dbg)' base_unittests --verbose [Running on builder: "Android Tests (dbg)"] DBUS_SESSION_BUS_ADDRESS env var not found, starting dbus-launch setting DBUS_SESSION_BUS_ADDRESS to unix:abstract=/tmp/dbus-p2NSrlwT6t,guid=118a14e22115547464aef590000002f4 setting DBUS_SESSION_BUS_PID to 8386 Additional test environment: LLVM_SYMBOLIZER_PATH=/b/build/slave/Android_Tests__dbg_/build/src/third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer src/build/android/test_runner.py gtest --release -s base_unittests Traceback (most recent call last): File "src/build/android/test_runner.py", line 836, in <module> sys.exit(main()) File "src/build/android/test_runner.py", line 832, in main return command_option_parser.ParseAndExecute(option_parser) File "/b/build/slave/Android_Tests__dbg_/build/src/build/android/pylib/utils/command_option_parser.py", line 75, in ParseAndExecute return cmd.run_command_func(argv[1], options, args, option_parser) File "src/build/android/test_runner.py", line 746, in RunTestsCommand return _RunGTests(options, devices) File "src/build/android/test_runner.py", line 527, in _RunGTests runner_factory, tests = gtest_setup.Setup(gtest_options, devices) File "/b/build/slave/Android_Tests__dbg_/build/src/build/android/pylib/gtest/setup.py", line 325, in Setup % test_options.suite_name) Exception: Did not find base_unittests target. Ensure it has been built. using JSON summary output instead of gtest XML No data was available to update the JSON results Original issue's description: > Run android tests through runtest.py. > > This CL re-lands https://codereview.chromium.org/410033002 while addressed a few issues. > 1. --results-directory must be passed along with --generate-gtest-json > 2. --test-platform, --annotate, --build-number, --builder-name should be passed in order to upload results to correct dashboard > 3. This CL depends on https://codereview.chromium.org/414223011/ to fix a bug in runtest.py > > BUG=329102 > R=yfriedman@chromium.org, navabi@chromium.org, jbudorick@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288134 TBR=jbudorick@chromium.org,navabi@chromium.org,yfriedman@chromium.org,zty@chromium.org NOTREECHECKS=true NOTRY=true BUG=329102 Review URL: https://codereview.chromium.org/455493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288191 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/445373003/abodenha@chromium.org authored
Reason for revert: This looks like the most likely culprit for the crash in http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29/builds/32814. Partial stack dump: [16752:16752:0807/140640:WARNING:password_store_factory.cc(215)] Using basic (unencrypted) store for password storage. See http://code.google.com/p/chromium/wiki/LinuxPasswordStorage for more information about password storage options. [16783:16783:0807/140640:ERROR:sandbox_linux.cc(304)] InitializeSandbox() called with multiple threads in process gpu-process [16783:16783:0807/140640:WARNING:x11_util.cc(1408)] X error received: serial 61, error_code 8 (BadMatch (invalid parameter attributes)), request_code 72, minor_code 0 (X_PutImage) ASSERTION FAILED: info.fAlphaType == m_imageInfo.fAlphaType ../../third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp(78) : virtual bool blink::DecodingImageGenerator::onGetPixels(const SkImageInfo &, void *, size_t, SkPMColor *, int *) 1 0x7f11fbdbcdd8 2 0x7f11fb0ea18c SkImageGenerator::getPixels(SkImageInfo const&, void*, unsigned long, unsigned int*, int*) 3 0x7f11fb0bc349 4 0x7f11fb13e30b SkPixelRef::lockPixels(SkPixelRef::LockRec*) 5 0x7f11fb13e479 SkPixelRef::lockPixels() 6 0x7f11fb04a6ea SkBitmap::lockPixels() const 7 0x7f11fb05032d 8 0x7f11fb0c35ca 9 0x7f11fb051f51 SkBitmapDevice::drawBitmap(SkDraw const&, SkBitmap const&, SkMatrix const&, SkPaint const&) 10 0x7f11fb05223b SkBitmapDevice::drawBitmapRect(SkDraw const&, SkBitmap const&, SkRect const*, SkRect const&, SkPaint const&, SkCanvas::DrawBitmapRectFlags) 11 0x7f11fb0a3d4a SkCanvas::internalDrawBitmapRect(SkBitmap const&, SkRect const*, SkRect const&, SkPaint const*, SkCanvas::DrawBitmapRectFlags) 12 0x7f11fb0a3de1 SkCanvas::drawBitmapRectToRect(SkBitmap const&, SkRect const*, SkRect const&, SkPaint const*, SkCanvas::DrawBitmapRectFlags) 13 0x7f11fb12c296 14 0x7f11fb12b9e1 15 0x7f11fb12241f SkPicture::draw(SkCanvas*, SkDrawPictureCallback*) const 16 0x7f11fc67a2a7 cc::Picture::Raster(SkCanvas*, SkDrawPictureCallback*, cc::Region const&, float) 17 0x7f11fc6adc59 cc::PicturePileImpl::RasterCommon(SkCanvas*, SkDrawPictureCallback*, gfx::Rect const&, float, cc::RenderingStatsInstrumentation*, bool) 18 0x7f11fc6ae45e cc::PicturePileImpl::RasterToBitmap(SkCanvas*, gfx::Rect const&, float, cc::RenderingStatsInstrumentation*) Original issue's description: > Define SK_PICTURE_CLONE_NOOP. > > This makes SkPicture::clone() a cheap ref, meaning impl-side painting will render > tiles concurrently from the same source SkPicture rather than from clones. > > After testing for a few months in Skia, we believe SkPicture is thread safe enough > to try this out on the Chrome bots. Please revert this at the slightest sign of > crash, flaky drawing, etc. > > CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel > > BUG= > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288096 TBR=reed@google.com,robertphillips@google.com,mtklein@google.com,mtklein@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/455463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288190 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288188 0039d316-1c4b-4281-b951-d872f2087c98
-
gpdavis.chromium@gmail.com authored
BUG=400530 Review URL: https://codereview.chromium.org/439873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288187 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
df449c0 Change '>=' back to '>' in extension.h due to bad fix 2ee9c3a gclient DEPS file for auto checking out deps 9047b8b Clean up meaningless branch on commented-out code. ef72d48 Fix the problem that memory is accessed after released due to invalid type-cast 1b9c5c4 Fix use-after-free in CPDF_Color::~CPDF_Color 06a8c87 Fix unninitialized 'tmp' in CJBig2_Image::composeTo_opt2 7b99cd3 Remove unused |m_pEvi| field. f47ab54 Fix a segmentation fault in CPDF_DataAvail::CheckPage due to invalid usage of i++ BUG=392719,387979,387811,387774,375773,400662 TBR=tsepez@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/449093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288186 0039d316-1c4b-4281-b951-d872f2087c98
-