- 27 Jan, 2015 40 commits
-
-
mtomasz authored
Before, it was not well defined what's the name of a root entry. TEST=None BUG=446437 Review URL: https://codereview.chromium.org/881903002 Cr-Commit-Position: refs/heads/master@{#313379}
-
scottmg authored
On VS2015 without this causes: d:\src\cr3\src\base\metrics\histogram.cc(372): error C2248: 'scoped_ptr<base::SampleVector,base::DefaultDeleter<T>>::scoped_ptr': cannot access private member declared in class 'scoped_ptr<base::SampleVector,base::DefaultDeleter<T>>' with [ T=base::SampleVector ] d:\src\cr3\src\base\memory\scoped_ptr.h(312): note: see declaration of 'scoped_ptr<base::SampleVector,base::DefaultDeleter<T>>::scoped_ptr' with [ T=base::SampleVector ] I'm not entirely sure why this doesn't happen on earlier compilers, I guess something's move-ability changed. R=isherman@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/882783002 Cr-Commit-Position: refs/heads/master@{#313378}
-
earthdok authored
BUG=451983 TBR=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/881933002 Cr-Commit-Position: refs/heads/master@{#313377}
-
sebmarchand authored
Version 0.8.4.1 [----------] Fixed some unittest failures. Version 0.8.4.0 [5130039b66] Synchronize page protection modifications. [e204e630ba] SyzyASan - Fix an issue when the first block of a corrupt range has page protections. [aef343e391] Preserve alignment of code blocks generated by unsupported compilers. See https://code.google.com/p/syzygy/source/browse/syzygy/build/RELEASE-NOTES.TXT for the full version of the release notes. BUG= Review URL: https://codereview.chromium.org/882803002 Cr-Commit-Position: refs/heads/master@{#313376}
-
mpearson authored
The results are summarized here: goto/disallow-inlining-trial-results This is effectively a revert of https://src.chromium.org/viewvc/chrome?revision=273966&view=revision and http://src.chromium.org/viewvc/chrome?view=revision&revision=278811 BUG= Review URL: https://codereview.chromium.org/879053002 Cr-Commit-Position: refs/heads/master@{#313375}
-
scottmg authored
d:\src\cr3\src\base\json\json_parser.cc(431): error C2220: warning treated as error - no 'object' file generated d:\src\cr3\src\base\json\json_parser.cc(431): warning C4456: declaration of 'next_char' hides previous local declaration d:\src\cr3\src\base\json\json_parser.cc(427): note: see declaration of 'next_char' I don't think there's any need for a new variable inside the loop. R=thestig@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/881003003 Cr-Commit-Position: refs/heads/master@{#313374}
-
scottmg authored
d:\src\cr3\src\base\win\registry.cc(665): error C2220: warning treated as error - no 'object' file generated d:\src\cr3\src\base\win\registry.cc(665): warning C4456: declaration of 'result' hides previous local declaration d:\src\cr3\src\base\win\registry.cc(659): note: see declaration of 'result' I don't think there's any need for separate variables. R=cpu@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/868253004 Cr-Commit-Position: refs/heads/master@{#313373}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/52b64b4..8ece6eb CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=fmalita@google.com Review URL: https://codereview.chromium.org/881053002 Cr-Commit-Position: refs/heads/master@{#313372}
-
earthdok authored
BUG=104806,106912,416957 TBR=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/878783003 Cr-Commit-Position: refs/heads/master@{#313371}
-
benwells authored
This feature is now known by the name 'bookmark apps'. BUG=441127 Review URL: https://codereview.chromium.org/883603002 Cr-Commit-Position: refs/heads/master@{#313370}
-
jamescook authored
BUG=449103 TBR=kpschoedel@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/885463002 Cr-Commit-Position: refs/heads/master@{#313369}
-
jln authored
Disable DropFileSystemAccessIsSafe and CannotRegainPrivileges on ASAN. BUG=451603 Review URL: https://codereview.chromium.org/881923002 Cr-Commit-Position: refs/heads/master@{#313368}
-
ynovikov authored
BUG=368775 TEST=Casting WebRTC works on daisy and peach_pit Review URL: https://codereview.chromium.org/880643004 Cr-Commit-Position: refs/heads/master@{#313367}
-
pkotwicz authored
On X11, ui::Event::GetCharacter() returns 0x0 when the correct return value when control is pressed is unclear (e.g. Ctrl+[). This CL makes Ozone follow the same behavior. BUG=450849 TEST=Manual, see bug Review URL: https://codereview.chromium.org/872213002 Cr-Commit-Position: refs/heads/master@{#313366}
-
mtklein authored
Add me to OWNERS too to shut up the presubmits. I tested this locally on OS X / x86-64. Relying on the bots for the rest. BUG= Review URL: https://codereview.chromium.org/859393004 Cr-Commit-Position: refs/heads/master@{#313365}
-
scottmg authored
d:\src\cr3\src\base\logging.cc(167): error C2220: warning treated as error - no 'object' file generated d:\src\cr3\src\base\logging.cc(167): warning C4459: declaration of 'log_file' hides global declaration d:\src\cr3\src\base\logging.cc(103): note: see declaration of 'logging::`anonymous-namespace'::log_file' There was 3 different things called log_file in this file: a global FileHandle, a local PathString, and a PathChar* member variable in LoggingSettings. :/ (Should probably rename all the globals to g_ prefixed in a followup.) R=thakis@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/883853003 Cr-Commit-Position: refs/heads/master@{#313364}
-
Brad Nelson authored
BUG=None TEST=None R=binji@chromium.org Review URL: https://codereview.chromium.org/884523002 Cr-Commit-Position: refs/heads/master@{#313363}
-
erikchen authored
Summary of changes available at: https://chromium.googlesource.com/external/google-toolbox-for-mac.git/+log/a095262..17eee69 Notable changes include: 17eee69 Make GTMSMJobRemove() have the same behavior on OSX 10.10+ as it has on previous OSX versions. BUG=390276 Review URL: https://codereview.chromium.org/858093004 Cr-Commit-Position: refs/heads/master@{#313362}
-
scottmg authored
d:\src\cr3\src\base\metrics\histogram.cc(498): warning C4457: declaration of 'count' hides function parameter d:\src\cr3\src\base\metrics\histogram.cc(490): note: see declaration of 'count' R=isherman@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/878223002 Cr-Commit-Position: refs/heads/master@{#313361}
-
thakis authored
With swarming, the run command gets baked into the .isolate file instead of going through runtest.py. Usually, an invocation of test_env.py is baked into the isolate file. In asan mode, this used to call asan_symbolize.py, which on Windows doesn't work -- prepend it with sys.executable to make this work on all platforms. BUG=451741 Review URL: https://codereview.chromium.org/877183002 Cr-Commit-Position: refs/heads/master@{#313360}
-
mad authored
BUG=438287 Review URL: https://codereview.chromium.org/856393005 Cr-Commit-Position: refs/heads/master@{#313359}
-
jiajia.qin authored
In old implementaion, when SourceState::Append failed, it will report DEMUXER_ERROR_COULD_NOT_OPEN error in ChunkDemuxer::AppendData case INITIALIZING. But in fact, appended data may include initialization segment and media segment both. The error can happen in any point. In MSE spec ( http://w3c.github.io/media-source/#byte-stream-formats ) The user agent must run the end of stream algorithm with the error parameter set to "decode" when in some conditions. They all happen in parsing the appended data. So, here when SourceState::Append fails, it should report PIPELINE_ERROR_DECODE. Another side, when the segment parser loop successfully parses a complete initialization segment, it should call ReportMetadata immediately. Otherwise, when meeting PIPELINE_ERROR_DECODE but WebMediaPlayer's ready_state_ is still ReadyStateHaveNothing, it will be treated as NetworkStateFormatError not NetworkStateDecodeError. This Cl will resolve above two problems. BUG=None TEST=LayoutTest: https://codereview.chromium.org/742653002 Review URL: https://codereview.chromium.org/710693003 Cr-Commit-Position: refs/heads/master@{#313358}
-
enne authored
SingleThreadProxy was previously not considering DidFailToInitializeOutputSurface responses as an outstanding RequestNewOutputSurface call. This would cause the embedder to start servicing an output surface request, then composite, receive another, and then have double output surface requests. The fix is to consider this failure state as a request. BUG=444277 Review URL: https://codereview.chromium.org/871743002 Cr-Commit-Position: refs/heads/master@{#313357}
-
leviw authored
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=RenderFrameHostImplBrowserTest.IsFocused_Change&testType=content_browsertests BUG=452631 TBR=mlamouri@chromium.org Review URL: https://codereview.chromium.org/865063003 Cr-Commit-Position: refs/heads/master@{#313356}
-
dmichael authored
BUG=451624 R=raymes@chromium.org Review URL: https://codereview.chromium.org/874703003 Cr-Commit-Position: refs/heads/master@{#313355}
-
johannkoenig authored
Cherry-pick potential divide-by-zero fix https://codereview.chromium.org/877783004 This also removes the last remnants of the AVX attempts: https://codereview.chromium.org/873313005 It should have been a no-op since it only changes cpu detection. The functions themselves have been disabled and are not compiled so this is the last remaining related change. CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_chromium_vista_rel_ng R=tomfinegan@chromium.org BUG=396572 Review URL: https://codereview.chromium.org/877123002 Cr-Commit-Position: refs/heads/master@{#313354}
-
kjellander authored
The test fails or times out. NOTRY=True TBR=phoglund@chromium.org BUG=452623 Review URL: https://codereview.chromium.org/882713003 Cr-Commit-Position: refs/heads/master@{#313353}
-
gunsch authored
R=lcwu@chromium.org,servolk@chromium.org BUG=None Review URL: https://codereview.chromium.org/878843004 Cr-Commit-Position: refs/heads/master@{#313352}
-
felt authored
This adds a Finch trial that can enable and disable bubbles as needed. The flags will still override the Finch trial. BUG=364686 TEST= Visit https://adrifelt.github.io/bubble-demo.html and check to see if you get a permission bubbles or an infobar, depending on the setting: 1. Infobar: set chrome://flags/#enable-permissions-bubbles to 'Disabled' 2. Bubble: set chrome://flags/#enable-permissions-bubbles to 'Enabled' 3. Infobar: set chrome://flags/#enable-permissions-bubbles to 'Default' 4. Infobar: --force-fieldtrials=PermissionBubbleRollout/Disabled/ 5. Bubble: --force-fieldtrials=PermissionBubbleRollout/Enabled/ Review URL: https://codereview.chromium.org/791033004 Cr-Commit-Position: refs/heads/master@{#313351}
-
markusheintz authored
BUG=none Review URL: https://codereview.chromium.org/873643002 Cr-Commit-Position: refs/heads/master@{#313350}
-
je_julie.kim authored
This patch adds conversion rule for aria-grabbed attribute and exposes it only when it's defined. The related patch is https://codereview.chromium.org/736943002/ BUG=98817 Review URL: https://codereview.chromium.org/736023002 Cr-Commit-Position: refs/heads/master@{#313349}
-
Abhishek Arya authored
R=mbarbella@chromium.org, tsepez@chromium.org BUG=450268 Review URL: https://codereview.chromium.org/881883002 Cr-Commit-Position: refs/heads/master@{#313348}
-
grt authored
BUG=451173 R=robertshield@chromium.org Review URL: https://codereview.chromium.org/880603002 Cr-Commit-Position: refs/heads/master@{#313347}
-
brettw authored
Revert of [Chromoting] Enable AppRemoting sample apps by default in all.gyp. (patchset #4 id:60001 of https://codereview.chromium.org/878793003/) Reason for revert: Broke the official builders: Traceback (most recent call last): File "../remoting/webapp/build-webapp.py", line 413, in <module> sys.exit(main()) File "../remoting/webapp/build-webapp.py", line 409, in main service_environment) File "../remoting/webapp/build-webapp.py", line 198, in buildWebApp + buildtype + ': ' + service_environment) Exception: Invalid service_environment targeted for Official: dev ninja: build stopped: subcommand failed. http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/55334/steps/compile/logs/stdio#error1 Original issue's description: > [Chromoting] Enable AppRemoting sample apps by default in all.gyp. > > Where "by default" = whenever we build Chromoting. > > BUG= > > Committed: https://crrev.com/e0bf65f1e2fcd3515b92c1b49f04aa30fd0d47e6 > Cr-Commit-Position: refs/heads/master@{#313324} TBR=scottmg@chromium.org,garykac@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/880083002 Cr-Commit-Position: refs/heads/master@{#313346}
-
jamescook authored
Revert of Plumb allow_overlay flag for video path into cc (patchset #3 id:80001 of https://codereview.chromium.org/806413004/) Reason for revert: This breaks the Chrome OS daisy (32-bit ARM) builder: http://build.chromium.org/p/chromiumos.chromium/builders/Daisy%20%28chromium%29/builds/4364/steps/BuildPackages/logs/stdio It just looks like a missing callsite. Original issue's description: > Plumb allow_overlay flag for video path into cc > > This will allow hardware video overlays to be enabled in the compositor > > Committed: https://crrev.com/32c0609baa6c3eea2400c6fe899a0ff60a1358dd > Cr-Commit-Position: refs/heads/master@{#313310} TBR=jschuh@chromium.org,piman@chromium.org,alexst@chromium.org,dalecurtis@chromium.org,posciak@chromium.org,achaulk@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/881893002 Cr-Commit-Position: refs/heads/master@{#313345}
-
tsepez authored
There is a small API change in a recently-added pdfium API exposed by this roll, so pdfium_engine.cc is simultaneously updated to match. This pulls in: eef0050 Kill scattered extern _PDF_CharType declarations. a039323 Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt(). fa370ac Fix test naming in previous commit. e0bbe4a Fix null crash in CheckTrailer. af9be4f Add pdfium_embeddertests to BUILD.gn 36faa4a Fix build of pdfium_embeddertest under V8_USE_EXTERNAL_STARTUP_DATA. 219e462 Use IPDF_DataAvail interface to hide CPDF_DataAvail. 83f96a0 Add API tests: NamedDestsByName, DestGetPageIndex. 9dcd7b8 Add tests for GetNamedDests() API. dc43b32 Use signed long for FPDF_GetNamedDest buffer length. 0185408 Simplify UTF16LE_Encode and add unittest. Review URL: https://codereview.chromium.org/881013002 Cr-Commit-Position: refs/heads/master@{#313344}
-
scottmg authored
d:\src\cr3\src\base\strings\safe_sprintf.cc(513): error C2220: warning treated as error - no 'object' file generated d:\src\cr3\src\base\strings\safe_sprintf.cc(513): warning C4456: declaration of 'ch' hides previous local declaration d:\src\cr3\src\base\strings\safe_sprintf.cc(450): note: see declaration of 'ch' R=thestig@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/868023005 Cr-Commit-Position: refs/heads/master@{#313343}
-
scottmg authored
d:\src\cr3\src\base\threading\thread_local_storage.cc(143): error C2220: warning treated as error - no 'object' file generated d:\src\cr3\src\base\threading\thread_local_storage.cc(143): warning C4457: declaration of 'value' hides function parameter d:\src\cr3\src\base\threading\thread_local_storage.cc(110): note: see declaration of 'value' R=thakis@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/880023002 Cr-Commit-Position: refs/heads/master@{#313342}
-
kpschoedel authored
BUG=447277 Review URL: https://codereview.chromium.org/878673004 Cr-Commit-Position: refs/heads/master@{#313341}
-
jmedley authored
Review URL: https://codereview.chromium.org/875593002 Cr-Commit-Position: refs/heads/master@{#313340}
-