- 19 Nov, 2015 37 commits
-
-
yunchao.he authored
fixed the bugs of getSyncParameter in gl-object-get-calls.html. BUG=527249 TEST=conformance2/state/gl-object-get-calls.html, gpu_unittests Review URL: https://codereview.chromium.org/1439913005 Cr-Commit-Position: refs/heads/master@{#360485}
-
nasko authored
BUG=542921 Review URL: https://codereview.chromium.org/1453193004 Cr-Commit-Position: refs/heads/master@{#360484}
-
wittman authored
BUG=464929 Review URL: https://codereview.chromium.org/1461843002 Cr-Commit-Position: refs/heads/master@{#360483}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/4ca2e6034365..5aaef1ff1a18 $ git log 4ca2e6034..5aaef1ff1 --date=short --no-merges --format='%ad %ae %s' 2015-11-18 bsalomon simplify insertion methods for SkTLList 2015-11-18 fmalita Fix NVPR assert for equivalent ovals 2015-11-18 mtklein Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chromium.org/1455163004/ ) 2015-11-18 benjaminwagner In BUILD.public, remove compile-time dependency on GL. 2015-11-18 jvanverth Add small paths GM 2015-11-18 joshualitt Make has GrBatchAtlas::ID() inlineable 2015-11-18 joshualitt Initial implementation of GPU no filter NinePatch 2015-11-18 benjaminwagner Remove Lua from the Google3 build. 2015-11-18 benjaminwagner Fix GOOGLE3 Android build. 2015-11-18 djsollen Update debugger UI to auto-refresh the directory listing 2015-11-18 robertphillips [debugger] Add visualization of center rect for drawBitmapNine calls 2015-11-18 bsalomon Fix has_aligned_samples helper for SkGpuDevice::drawTextureProducer 2015-11-18 msarett Fix BMP RLE bug 2015-11-18 jcgregorio Add an example of embedding a Skia Perf graph to the site docs. 2015-11-18 mtklein restore dump_record 2015-11-18 bsalomon Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer 2015-11-18 herb Convert drawText to using the find and place code. BUG=skia: 2015-11-18 herb Fix buffer overrun, bit overrun and add a test. 2015-11-18 mtklein Fix UB in SkDivBits 2015-11-18 mtklein Clean up dead code: PictureRenderer CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=stephana@google.com Review URL: https://codereview.chromium.org/1458873003 Cr-Commit-Position: refs/heads/master@{#360482}
-
jschuh authored
This will eliminate TSAN warnings on some benign races, and help ensure that they remain benign. BUG=556469 Review URL: https://codereview.chromium.org/1461743002 Cr-Commit-Position: refs/heads/master@{#360481}
-
tzik authored
Review URL: https://codereview.chromium.org/1457153002 Cr-Commit-Position: refs/heads/master@{#360480}
-
chrome://tcmalloc/dbeam authored
R=isherman@chromium.org BUG=none Review URL: https://codereview.chromium.org/1460643002 Cr-Commit-Position: refs/heads/master@{#360479}
-
stevenjb authored
This CL introduces a base Prototype and some simple tests for the main page to ensure that the correct sections are present. We should add additional tests for each section as we make any changes to them (and for any new sections of course). BUG=425627 Review URL: https://codereview.chromium.org/1457543004 Cr-Commit-Position: refs/heads/master@{#360478}
-
rdevlin.cronin authored
Items are sorted (unpacked first, then alphabetical by name, then alphabetical by id). Move this sorting to the manager, since there are now sections (so sorting them in the service doesn't make sense). BUG=529395 Review URL: https://codereview.chromium.org/1447183005 Cr-Commit-Position: refs/heads/master@{#360477}
-
thestig authored
https://pdfium.googlesource.com/pdfium.git/+log/3f14891..76b0104 BUG=556808 TBR=ochang@chromium.org Review URL: https://codereview.chromium.org/1454103003 Cr-Commit-Position: refs/heads/master@{#360476}
-
sgurun authored
We call to printmanager the failure if webview is destroyed and a print job is in progress. However it is possible that binder is already finalized. In this case simply swallow the exception. BUG= Review URL: https://codereview.chromium.org/1456203002 Cr-Commit-Position: refs/heads/master@{#360475}
-
fqj authored
BUG=208378 Review URL: https://codereview.chromium.org/1461823002 Cr-Commit-Position: refs/heads/master@{#360474}
-
mukai authored
Crashes are reported, but single CHECK_NE isn't helpful because the variable actually comes from either of two -- script_item_break and style. Things will become clearer by adding a CHECK for script_item_break. BUG=403892 R=oshima@chromium.org, msw@chromium.org Review URL: https://codereview.chromium.org/1456183002 Cr-Commit-Position: refs/heads/master@{#360473}
-
afakhry authored
When the #touch-events flag is set to Automatic, we ought to check whether there's actually a touch device present. BUG=555390,555746,556390 Review URL: https://codereview.chromium.org/1453813003 Cr-Commit-Position: refs/heads/master@{#360472}
-
sky authored
R=ben@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/1456233002 Cr-Commit-Position: refs/heads/master@{#360471}
-
dtseng authored
TEST=turn on VoiceOver on a Mac and run ChromeVox (in Next mode); verify navigation across pages and from node to node works properly. BUG=557452 Review URL: https://codereview.chromium.org/1455813003 Cr-Commit-Position: refs/heads/master@{#360470}
-
lionel.g.landwerlin authored
BUG=461222 Review URL: https://codereview.chromium.org/1348563003 Cr-Commit-Position: refs/heads/master@{#360469}
-
lhchavez authored
The condition of one of the DCHECKs to check that the code is running on the correct thread was wrong. BUG=554214 Review URL: https://codereview.chromium.org/1452013006 Cr-Commit-Position: refs/heads/master@{#360468}
-
pilgrim authored
There are just a few calls and one comparison. No functional changes. This CL is not dependent on any other pending CLs. BUG=499321 Review URL: https://codereview.chromium.org/1441443003 Cr-Commit-Position: refs/heads/master@{#360467}
-
davidben authored
BoringSSL may currently only be initialized by one piece of code, so full initialization must happen in Chromium code, rather than WebRTC. Historically, this was because the locking callbacks needed to be configured. This is gone, but EnsureOpenSSLInit still configures NEON support on Android and detects a CPU with known broken NEON support. Until that's moved to inside the library (https://crbug.com/542879), Chromium must initialize some of the stack ourselves. BUG=556462 Review URL: https://codereview.chromium.org/1462443003 Cr-Commit-Position: refs/heads/master@{#360466}
-
rune authored
Gets rid of SubtreeStyleChange which relies on sibling tree recalcs. R=tkent@chromium.org,ericwilligers@chromium.org BUG=557440 Review URL: https://codereview.chromium.org/1459553002 Cr-Commit-Position: refs/heads/master@{#360465}
-
rjkroege authored
This patch forces mus+ash Chrome to software composite the ui and content region into a single bitmap that is uploaded to the mus window server. The approach here is similar to how Chrome paints to X11 when hardware acceleration is not available. BUG=554699 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/e482a6010424204e7c8e313c5922acc38506be5c Cr-Commit-Position: refs/heads/master@{#360289} Review URL: https://codereview.chromium.org/1438903002 Cr-Commit-Position: refs/heads/master@{#360464}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fa52ce51..8fb1fca2 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1457893002 Cr-Commit-Position: refs/heads/master@{#360463}
-
krasin authored
This should green the CFI buildbot. BUG=chromium:557969 Review URL: https://codereview.chromium.org/1461583004 Cr-Commit-Position: refs/heads/master@{#360462}
-
limasdf authored
C++ 11 enables containers that contain move-only type, scoped_ptr. So, Use std::map<key, scoped_ptr<Foo>> instead of ScopedPtrMap. also use std::move() instead of scoped_ptr::Pass(). BUG=554291, 557422 Review URL: https://codereview.chromium.org/1456703004 Cr-Commit-Position: refs/heads/master@{#360461}
-
hcarmona authored
Failing tests on Mac OS: CastStreamingApiTestWithPixelOutput.EndToEnd TabCaptureApiPixelTest.EndToEndThroughWebRTC TabCaptureApiPixelTest.EndToEndWithoutRemoting BUG=557929 TBR=hubbe@chromium.org, miu@chromium.org Review URL: https://codereview.chromium.org/1456863003 Cr-Commit-Position: refs/heads/master@{#360460}
-
fdoray authored
When Chrome is launched from the gyp-generated Visual Studio solution, ::GetModuleFileNameW returns a value that contains a path traversal component. This isn't supported by base::File and causes installer::GetModulePath to fail. With this CL, we use base::PathService instead of ::GetModuleFileNameW to get the path to the current executable. base::PathService removes all path traversal components. BUG=554514 Review URL: https://codereview.chromium.org/1436103005 Cr-Commit-Position: refs/heads/master@{#360459}
-
rajendrant authored
Following histograms are added. 1. Tracking session lifetime from its start to end. 2. How long an old inactive tracking session is maintained in the tab model since it became inactive. 3. How long an expired (active/inactive) tab entry is maintained in the tab model since its latest tracking session. 4. How long an unexpired tab entry is maintained in the tab model. BUG=557436 Review URL: https://codereview.chromium.org/1444133002 Cr-Commit-Position: refs/heads/master@{#360458}
-
moshayedi authored
BUG=548797 Review URL: https://codereview.chromium.org/1434663004 Cr-Commit-Position: refs/heads/master@{#360457}
-
svaldez authored
This is a partial revert of a01f7d9e. BUG=557930 TBR=xhwang@chromium.org Review URL: https://codereview.chromium.org/1461583003 Cr-Commit-Position: refs/heads/master@{#360456}
-
rnk authored
The correct enum value for AVX is 3, not 4. The enum value of 4 implies /arch:IA32, which means x87 FPU ops only. R=johannkoenig@google.com,tomfinegan@chromium.org,hans@chromium.org BUG=557968 Review URL: https://codereview.chromium.org/1460763003 Cr-Commit-Position: refs/heads/master@{#360455}
-
xunjieli authored
This CL plumbs four QUIC experimental params ( quic_store_server_configs_in_properties, quic_delay_tcp_race, quic_max_number_of_lossy_connections, quic_packet_loss_threshold) from Cronet's setExperimentalOptions API to net::HttpNetworkSession. This CL also adds a unittests target to run the unittests. A followup CL will enable the unittests on the cronet bots. BUG=545118 Review URL: https://codereview.chromium.org/1448583003 Cr-Commit-Position: refs/heads/master@{#360454}
-
ttuttle authored
Right now, the label for the button that recovers a potentially malicious download says "Hurt me plenty" in English. This button label bothers some users (see link below) and, to me, crosses the line from lighthearted and informal to kind of dark and a little snarky. (See https://productforums.google.com/forum/#!topic/chrome/zWJ0Bm06Hf0.) The translation notes suggest translating "Recover anyway" for other languages, so let's use that in English as well. (Alternatively, someone has suggested "Damage my computer" if we want something scary-sounding but less dark. For reference, Firefox uses "I'll be careful", but I'm not a huge fan.) BUG= Review URL: https://codereview.chromium.org/1412423015 Cr-Commit-Position: refs/heads/master@{#360453}
-
dtrainor authored
- Be able to send and receive compositor protos to/from the render process and the browser process. Messages are piped through the browser process to/from the network and renderer. A separate client (go/blimp) will render the compositor protos. This is part of the compositor refactor around splitting ThreadProxy into two components. - Hook the proto sending into the BlimpEngineSession class. - Set up a RemoteProtoChannel interface on the CC side to be used by the ChannelMain class once we start building that from the LayerTreeHost. BUG=552055 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1442853005 Cr-Commit-Position: refs/heads/master@{#360452}
-
hubbe authored
Provides a simpler, byte-oriented api for getting data out of a multibuffer. This CL also has the unit tests for the multibuffer itself. (Since those tests uses the MultiBufferReader class.) Depends on: https://codereview.chromium.org/1165903002 Media cache design doc: https://docs.google.com/document/d/15q6LTG0iDUe30QcoMtj4XNmKCa_7W_Q2uUIPFsJhS1E/edit BUG=514719, 557589 Committed: https://crrev.com/f8b2532f9f9b4a35f396602bb80dfc34ee102fe4 Cr-Commit-Position: refs/heads/master@{#360244} Review URL: https://codereview.chromium.org/1420883004 Cr-Commit-Position: refs/heads/master@{#360451}
-
bruening authored
Exclude ProxyResolverV8TracingWrapperTest.Terminate which fails under Dr. Memory. TBR=jkummerow@chromium.org BUG=557993 NOTRY=true Review URL: https://codereview.chromium.org/1461803002 Cr-Commit-Position: refs/heads/master@{#360450}
-
brianderson authored
BUG=525756 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1423803004 Cr-Commit-Position: refs/heads/master@{#360449}
-
- 18 Nov, 2015 3 commits
-
-
dzhioev authored
InlineLoginDialog removed. BUG=546731 Review URL: https://codereview.chromium.org/1457683002 Cr-Commit-Position: refs/heads/master@{#360448}
-
estade authored
- Lock icon in EV bubble is not supposed to have a background box - location bar https icon has different colors for incognito Colors that are hardcoded for inverted color schemes (as they no longer match their native theme values): - chip border and background colors are white - selected keyword chip is blue700 These colors could be made part of NativeTheme, but they seem specific to these chips, so I just set them inline. BUG=501377 Review URL: https://codereview.chromium.org/1448433004 Cr-Commit-Position: refs/heads/master@{#360447}
-
alancutter authored
Revert of Bind Application in renderer (patchset #15 id:280001 of https://codereview.chromium.org/1452823003/ ) Reason for revert: This change is making hundreds of webkit_tests crash on linux_chromium_rel_ng with: [1:1:1118/141621:108326049405:FATAL:lock.cc(32)] Check failed: owning_thread_ref_.is_null(). #0 0x00000067e2de base::debug::StackTrace::StackTrace() #1 0x00000057a71f logging::LogMessage::~LogMessage() #2 0x0000005eb69b base::Lock::CheckUnheldAndMark() #3 0x000000518e1c base::Lock::Acquire() #4 0x000000518b43 base::AutoLock::AutoLock() #5 0x0000005b4014 base::SequenceCheckerImpl::CalledOnValidSequencedThread() #6 0x000006f074ae IDMap<>::Lookup() #7 0x000006f0598c content::RendererBlinkPlatformImpl::SetPlatformEventObserverForTesting() #8 0x000008459264 content::SetMockGamepadProvider() Original issue's description: > Bind Application in renderer. > > This involved changing how we get the client handle to the renderer. In the first iteration I was passing this on the command line but that turns out not to work with the sandbox. So instead I an approach used by the Mojo-in-Chrome MojoApplication class and pass the primordial handle via Chrome IPC. > > I had to twiddle a bunch of BUILD.gn files in content to get this to work without crashing due to inconsistencies in how MOJO_SHELL_CLIENT was defined. > > R=jam@chromium.org,tsepez@chromium.org > http://crbug.com/551253 > > Committed: https://crrev.com/3edb97198bc5fbc22c5cf13286e8af80449ddfb9 > Cr-Commit-Position: refs/heads/master@{#360293} > > Committed: https://crrev.com/2c716f9d5ebff610641f4506c17ec81d4b89b7bb > Cr-Commit-Position: refs/heads/master@{#360396} TBR=jam@chromium.org,tsepez@chromium.org,ben@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1457173002 Cr-Commit-Position: refs/heads/master@{#360446}
-