- 27 Aug, 2014 4 commits
-
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/488463005 Cr-Commit-Position: refs/heads/master@{#292041}
-
luken authored
This version of the dll seems to be causing a disproportionate number of crashes, so we fall back to software decoding if that is the version of the DLL on the user's machine. BUG=403440 Review URL: https://codereview.chromium.org/502183002 Cr-Commit-Position: refs/heads/master@{#292040}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/76db31a2ca11da4dd45016e964b2e49f39f3dd49..2a65a238b0e688356aee09d08f3f8a317359b4d2 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel TBR=djsollen@google.com Review URL: https://codereview.chromium.org/504223004 Cr-Commit-Position: refs/heads/master@{#292039}
-
oshima authored
* AppActivity is now base class. There will be one for chrome * Moved content_activity_factory.h from public to impl as ther eis no need to expose header. * Added CreateAppActivity that takes apps::Window. Chrome impl will use this to create an activity. This simply returns NULL for app_shell version. BUG=397167 R=mukai@chromium.org TBR=jamescook@chromium.org TEST=no functional change. all tests must pass. Review URL: https://codereview.chromium.org/505273002 Cr-Commit-Position: refs/heads/master@{#292038}
-
- 26 Aug, 2014 36 commits
-
-
jbauman authored
It was hitting a DCHECK when attempting to copy the CopyOutputRequest whenever navigating between pages. BUG= Review URL: https://codereview.chromium.org/511603002 Cr-Commit-Position: refs/heads/master@{#292037}
-
rdevlin.cronin authored
There's really no reason to have these in the same file, and it's cluttering it up. Bonus: - Convert ExtensionActionStorageManager to use a BrowserContext. - Remove ExtensionActionStorageManager's ExtensionService dependency. - Remove ExtensionActionStorageManager's public weak ptr interface - Consolidate extension_misc:: ExtensionAction icon stuff and ExtensionActionAPI icon stuff. BUG=407290 Review URL: https://codereview.chromium.org/502033003 Cr-Commit-Position: refs/heads/master@{#292036}
-
jsbell authored
After processing a batch of requests, our IDB transaction initiates an inactivity timer; if the timer fires before any further requests arrive from the front-end we assume the front-end is wedged and abort the transaction. The timer is be stopped on any new request, including a signal to commit or abort. During the introduction of blobs, the "stop timer on commit signal" ended towards the end of the commit flow, but it should be towards the start so it doesn't fire if the back-end is busy. Speculative fix for frequent timeouts of W3C web-platform-tests seen on slow bots. R=cmumford@chromium.org Review URL: https://codereview.chromium.org/502643003 Cr-Commit-Position: refs/heads/master@{#292035}
-
feng authored
The crash was caused by a dangling pointer to a deleted observer registered by MostVisitedSites. BUG=406996 Review URL: https://codereview.chromium.org/501973004 Cr-Commit-Position: refs/heads/master@{#292034}
-
robertshield authored
BUG=394352 TEST=NONE Review URL: https://codereview.chromium.org/433513008 Cr-Commit-Position: refs/heads/master@{#292033}
-
vitalybuka authored
System dialog shows only properties of selected printers, no system dialog with printers. Removed global Ctrl+Shift+P shortcut on windows. BUG=374321 Review URL: https://codereview.chromium.org/480303002 Cr-Commit-Position: refs/heads/master@{#292032}
-
dalecurtis authored
Take over of https://codereview.chromium.org/232003002/, which instead utilizes the seemingly new cache timeout logic. All partial requests which hit net::ERR_IO_PENDING will now be immediately timed out. BUG=31014 TEST=layout tests, net_unittests, new unittest, manual. Review URL: https://codereview.chromium.org/478763004 Cr-Commit-Position: refs/heads/master@{#292031}
-
Adam Langley authored
One special request for mygadgetguardian.lookout.com and an additional Google domain. Cr-Commit-Position: refs/heads/master@{#292030}
-
stevenjb authored
This allows us to set the icon title (used for hovertext) independently of the window title (which is empty for Settings windows). BUG=406954 Review URL: https://codereview.chromium.org/507003002 Cr-Commit-Position: refs/heads/master@{#292029}
-
hshi authored
Add cmdline switch::kEnableWebRtcHWH264Encoding to control whether to report WebRtc HW H264 encoding capability. BUG=385941 R=xiyuan@chromium.org,kalman@chromium.org,posicak@chromium.org,jamesr@chromium.org TBR=piman@chromium.org Review URL: https://codereview.chromium.org/453063002 Cr-Commit-Position: refs/heads/master@{#292028}
-
prasadv authored
BUG=407662 NOTRY=true Review URL: https://codereview.chromium.org/504223003 Cr-Commit-Position: refs/heads/master@{#292027}
-
tommycli authored
BUG=371463 TBR=blundell Review URL: https://codereview.chromium.org/493953002 Cr-Commit-Position: refs/heads/master@{#292026}
-
Albert J. Wong authored
Causing Android Build (dbg) findbugs to fail. This reverts commit c4a3f88c. BUG=none TBR=hush Review URL: https://codereview.chromium.org/514443002 Cr-Commit-Position: refs/heads/master@{#292025}
-
morrita authored
This is analogous to ipc_perftests. It measures roundtrip time with various message sizes. TEST=message_pipe_perftest.cc R=viettrungluu@chromium.org BUG=none Review URL: https://codereview.chromium.org/501983003 Cr-Commit-Position: refs/heads/master@{#292024}
-
jfroy authored
This allows better integration of OS X and iOS media frameworks with chromium code and makes buffer management less problematic, especially when using CVPixelBufferPools provided by hardware encoders or decoders. BUG=401308 R=dalecurtis,hubbe Review URL: https://codereview.chromium.org/446163003 Cr-Commit-Position: refs/heads/master@{#292023}
-
vitalybuka authored
BUG=374321 Review URL: https://codereview.chromium.org/506273004 Cr-Commit-Position: refs/heads/master@{#292022}
-
dtseng authored
TEST=manually run through release workflow and verify api endpoints return success. BUG=none Review URL: https://codereview.chromium.org/417703002 Cr-Commit-Position: refs/heads/master@{#292021}
-
rtenneti authored
until we fix the problem. rjshade is looking into the flakiness in the internal source tree. R=rch@chromium.org, rjshade@chromium.org BUG=407756 Review URL: https://codereview.chromium.org/488233004 Cr-Commit-Position: refs/heads/master@{#292020}
-
shess authored
An older implementation of the safe-browsing database code injected prefixes when receiving full hashes, due to an incorrect reading of how full-hash matches should happen. Current code checks the full hashes and prefixes independently, so the duplicate prefixes are no longer generated. This code removed duplicate prefixes found in existing databases. 99.99% of runs over the past two weeks have not removed any such duplicate prefixes. In the current code hitting a full hash has the same end result as hitting a prefix, so the primary downside of removing this code is slight excess storage. Insofar as full hashes are deleted by sub, there may be stale prefixes left behind. The stale prefixes will be deleted when the chunk in question is deleted. The result may be a small number of unexpected gethash requests which will return misses (and thus not affect the browsing experience other than adding a little latency). BUG=361248 Review URL: https://codereview.chromium.org/507653003 Cr-Commit-Position: refs/heads/master@{#292019}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/503253003 Cr-Commit-Position: refs/heads/master@{#292018}
-
juyik authored
Add a switch to enable it. This feature would fix the problem when a large notification moves downwards, it is partially obstructed. asvitkine: Please review histograms.xml BUG= Review URL: https://codereview.chromium.org/493303002 Cr-Commit-Position: refs/heads/master@{#292017}
-
John Abd-El-Malek authored
We're seeing the dbg builder have pending jobs so this should help reduce that. BUG=109173 R=sky@chromium.org Review URL: https://codereview.chromium.org/506273005 Cr-Commit-Position: refs/heads/master@{#292016}
-
chirantan authored
Clear internal state information about a pending suspend attempt when the power manager restarts to prevent chrome from sending bogus messages to the new power manager. BUG=none Signed-off-by:
Chirantan Ekbote <chirantan@chromium.org> Review URL: https://codereview.chromium.org/507803002 Cr-Commit-Position: refs/heads/master@{#292015}
-
hush authored
Instead of a hardcoded port that could be taken. BUG= Review URL: https://codereview.chromium.org/502503003 Cr-Commit-Position: refs/heads/master@{#292014}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/506083002 Cr-Commit-Position: refs/heads/master@{#292013}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/511473002 Cr-Commit-Position: refs/heads/master@{#292012}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/506093002 Cr-Commit-Position: refs/heads/master@{#292011}
-
chrome://thumbnailsmathp authored
Checking for existence of TopSites. BUG=407527 Review URL: https://codereview.chromium.org/507653002 Cr-Commit-Position: refs/heads/master@{#292010}
-
tonyg authored
It causes problems when running multiple Telemetries in parallel in certain environments and also causes problems with certain devices. BUG= Review URL: https://codereview.chromium.org/499073005 Cr-Commit-Position: refs/heads/master@{#292009}
-
michaeln authored
Allow the browser to Send messages to an embedded worker once the script as been loaded without having to wait for the initial eval to complete. BUG=405701 Review URL: https://codereview.chromium.org/489253002 Cr-Commit-Position: refs/heads/master@{#292008}
-
thestig authored
Rolled src/tools/grit from revision 6a46b04d35eade32b1270392317dca516c9dd56d to revision 206c6aa4450db4e961d20f8367f33df42bba6a85 Summary of changes available at: https://chromium.googlesource.com/external/grit-i18n/+log/6a46b04d35ea..206c6aa4450d BUG=333201 Review URL: https://codereview.chromium.org/502083003 Cr-Commit-Position: refs/heads/master@{#292007}
-
tsepez authored
This brings in: 02e6ca4 Fix compile on mac: format string mismatch error. 1b04ea3 Set m_pLinearized to NULL after release a3c7215 Perform better input checks in early steps of parser. 1dfbe60 Use number of components from ICC profile and alternate color space 187483a Add GetValidBpc() check in CPDF_DIBSource::CreateDecoder() c2442f9 Add GetValidBpc() check in CPDF_DIBSource::GetScanLine a550e4c Revert of Use number of components from ICC profile and alternateCS (patchset #1 of c655167 Fix the issue 'SEGV on unknown address in CPDF_DataAvail::GetObjectSize' aeacba4 Fix a hang issue due to inconsistent page number in the test file 02132dc Bounds check in CFX_Font::LoadGlyphPath(). 48f26c5 Fix confusion between length in bytes and length in characters in app::response(). e9bf0e9 Don't stretch bitmaps if destination size is empty. ee6088e Check the number of component in ICCBased colorspace 4fb24f3 For pattern colorspace, its base colorspace should not be a pattern colorspace 8f2c3dc Check if user provided more than one option for pdfium_test. 93d0811 Fix bug in CPDF_PageContentGenerate constructor and destructor 8cf33bc Fixed command line parting when no output is needed. 2d55db1 Font is used after release in CPDF_TextStateData::~CPDF_TextStateData 39a97ea Fix a double-free issue in CFX_PathData::~CFX_PathData a94019d Check path point count overflow in DrawThisAppearance 91177a4 Add a null check before getting unicode text in CPDF_FormField::GetValue 4f38edb Add a null pointer check before getting the family name of the given color space in TBR=thakis@chromium.org TBR=inferno@chromium.org Review URL: https://codereview.chromium.org/494063003 Cr-Commit-Position: refs/heads/master@{#292006}
-
zork authored
BUG=380961, 380962 Review URL: https://codereview.chromium.org/469613002 Cr-Commit-Position: refs/heads/master@{#292005}
-
rsadam authored
TextInputClient returns a BrowserFrameAsh is the omnibar is clicked, and RenderWidgetHostViewAura if a textfield on the page is clicked. We always want to resize BrowserFrameAsh. TEST=WorkspaceLayoutManagerKeyboardTest.ChildWindowFocused BUG=407094 Review URL: https://codereview.chromium.org/504793003 Cr-Commit-Position: refs/heads/master@{#292004}
-
Brett Wilson authored
Converts input dependencies for binary targets to be order-only, rather than implicit. See added comments in the patch for reasoning behind this. Long ago this was order-only, which is not correct for actions (which might directly depend on the output of previous actions). So I changed them to be implicit, which then caused unnecessary rebuilds. This change makes actions and binary targets behave differently. Actions remain implicit, binary targets are order-only. Add unit test for input deps on binary targets. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/505353002 Cr-Commit-Position: refs/heads/master@{#292003}
-
Michael Spang authored
We may want to watch a more targeted set of files, but the whole thing is too much. TBR=alexst Review URL: https://codereview.chromium.org/513463002 Cr-Commit-Position: refs/heads/master@{#292002}
-