- 29 Sep, 2014 40 commits
-
-
viettrungluu authored
Revert of Revert of Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedder. (patchset #1 id:1 of https://codereview.chromium.org/593313006/) Reason for revert: scoped_ptr nullptr support was un-reverted. Original issue's description: > Revert of Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedder. (patchset #1 id:1 of https://codereview.chromium.org/606143003/) > > Reason for revert: > scoped_ptr nullptr support was reverted. > > Original issue's description: > > Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedder. > > > > R=jamesr@chromium.org > > > > Committed: https://crrev.com/1b198fa11edbe68701e12c27d5f4981398f5ca71 > > Cr-Commit-Position: refs/heads/master@{#297093} > > TBR=jamesr@chromium.org,viettrungluu@chromium.org > NOTREECHECKS=true > NOTRY=true > > Committed: https://crrev.com/76577a68922585f5621db8c63ba2ab6d5aa03f69 > Cr-Commit-Position: refs/heads/master@{#297109} TBR=jamesr@chromium.org,dcheng@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/612923002 Cr-Commit-Position: refs/heads/master@{#297191}
-
fgorski authored
* Making sure GCMAccountTracker is only depenedent on the GCMDriver * Replacing GCMDesktopDriver.SetAccountsForCheckin with virtual GCMDesktop.SetAccountTokens * Producing a vector of AccountTokenInfo in GCMAccountTracker BUG=374969 R=jianli@chromium.org Review URL: https://codereview.chromium.org/594383003 Cr-Commit-Position: refs/heads/master@{#297190}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/c06d9a7..4ceb039 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/611003003 Cr-Commit-Position: refs/heads/master@{#297189}
-
mtomasz authored
When a volume is unmounted, while it was selected, then the list model is updated, and since there is no selection anymore, the current entry from the directory model is selected. However, the corresponding VolumeInfo is gone so we can't call resolveRootEntry(). This patch adds a check. If the volume is gone, then the selection is aborted. TEST=Tested manually with FSP. BUG=418513 Review URL: https://codereview.chromium.org/595903003 Cr-Commit-Position: refs/heads/master@{#297188}
-
sky authored
And replaces with a callback. Also renames SetBounds to SetSize. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/607233002 Cr-Commit-Position: refs/heads/master@{#297187}
-
fdegans authored
NOTRY=true BUG=418600 Review URL: https://codereview.chromium.org/613693003 Cr-Commit-Position: refs/heads/master@{#297186}
-
shreeram.k authored
According to specs hr tag should have xml role as separator. BUG=384723 Review URL: https://codereview.chromium.org/610973002 Cr-Commit-Position: refs/heads/master@{#297185}
-
cmasone authored
In order for CrOS Core services to speak Mojo, the mojo_shell will need to be able to accept incoming connections from externally-managed processes. POR is to have the shell listen on a unix domain socket and convert incoming connections to a proper Mojo MessagePipe and then wire it to an InterfaceImpl<ExternalApplicationRegistrar>, which will make the appropriate calls on ApplicationManager. BUG=418289 TEST=mojo_external_application_tests STATUS=Fixed Review URL: https://codereview.chromium.org/522443003 Cr-Commit-Position: refs/heads/master@{#297184}
-
John Abd-El-Malek authored
On Debug ChromeOS bot, this takes 5 minutes. BUG=414808 TBR=sky Review URL: https://codereview.chromium.org/612673002 Cr-Commit-Position: refs/heads/master@{#297183}
-
nasko authored
Adding this handler will make authoring tests which exercise cross-site navigations much easier. This is harder in the current codebase, because testserver runs on a random port each time it is ran which requires boilerplate code in each test that needs it. Instead of computing the real URL in C++ code, just navigate using "/cross-site/hostname/path/and/more" and the server will redirect to the new host. This requires browser tests to map all hosts to localhost, which is done by adding 'host_resolver()->AddRule("*", "127.0.0.1");' to the beginning of the test. BUG=418236 Review URL: https://codereview.chromium.org/612533002 Cr-Commit-Position: refs/heads/master@{#297182}
-
vmpstr authored
This patch removes low quality mode for low resolution tiles. It also cleansup some logic with tile versions, since there's only one now. As a follow-up we can see if we should move the tile version stuff onto tile directly, although I kind of prefer having a separate class just for managing what mode we're drawing. BUG=417876 R=enne, reveman, danakj Review URL: https://codereview.chromium.org/603683006 Cr-Commit-Position: refs/heads/master@{#297181}
-
miguelg authored
BUG=392145 TBR=benm Review URL: https://codereview.chromium.org/459953002 Cr-Commit-Position: refs/heads/master@{#297180}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/c13bc57..c06d9a7 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/612883002 Cr-Commit-Position: refs/heads/master@{#297179}
-
csharp authored
Quick Report reports they have fixed the issue and the dll now works correctly with chromium. BUG=382561 Review URL: https://codereview.chromium.org/617453002 Cr-Commit-Position: refs/heads/master@{#297178}
-
mathp authored
One (1!) line fix to remove Valgrind issue. Original review https://codereview.chromium.org/543753002/ Keeps the fetcher functionality as ImageFetcherImpl in chrome/browser/search/suggestions. BUG=387751 TBR=blundell TEST=ImageManagerTest,ImageFetcherBrowserTest Review URL: https://codereview.chromium.org/607183002 Cr-Commit-Position: refs/heads/master@{#297177}
-
qsr authored
Fix issue with method with empty response. Fix issue with local variable shadowing user parameters. R=ppi@chromium.org Review URL: https://codereview.chromium.org/607933002 Cr-Commit-Position: refs/heads/master@{#297176}
-
ppi authored
Mojom targets containing files referencing imported entities need to depend on targets containing the imported .mojom files. This patch fixes existing omissions. BUG=417289 Review URL: https://codereview.chromium.org/611023002 Cr-Commit-Position: refs/heads/master@{#297175}
-
dgozman authored
BUG=418258 TBR=pfeldman Review URL: https://codereview.chromium.org/615533002 Cr-Commit-Position: refs/heads/master@{#297174}
-
jkarlin authored
This gets Put() closer to the cache spec. Downstream of: https://codereview.chromium.org/606843002/ BUG=392621 Review URL: https://codereview.chromium.org/608593003 Cr-Commit-Position: refs/heads/master@{#297173}
-
John Abd-El-Malek authored
BUG=418369 TBR=zelidrag@chromium.org Review URL: https://codereview.chromium.org/607413004 Cr-Commit-Position: refs/heads/master@{#297172}
-
John Abd-El-Malek authored
BUG=418572 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/607333003 Cr-Commit-Position: refs/heads/master@{#297171}
-
fdegans authored
Revert of Rebaseline for findbugs for Android. (patchset #1 id:1 of https://codereview.chromium.org/611013002/) Reason for revert: This has created issues in other bots: https://chromegw.corp.google.com/i/chromium.linux/builders/Android%20Builder%20(dbg)/builds/66548/steps/findbugs/logs/stdio Looks like a different configuration is used on different bots, yielding a different output. Reverting for now. Original issue's description: > Rebaseline for findbugs for Android. > > BUG=418549 > NOTRY=true > > Committed: https://crrev.com/26fb9711a189ed3c49ae90873981e074c38534b0 > Cr-Commit-Position: refs/heads/master@{#297165} TBR=yfriedman@chromium.org,ppi@chromium.org NOTREECHECKS=true NOTRY=true BUG=418549 Review URL: https://codereview.chromium.org/613653005 Cr-Commit-Position: refs/heads/master@{#297170}
-
henrika authored
BUG=None TBR=tommi Review URL: https://codereview.chromium.org/613613003 Cr-Commit-Position: refs/heads/master@{#297169}
-
fmalita authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/b5fae93..c13bc57 This roll includes SkDevice::drawPosText API changes for GatherPixelRefDevice and VectorPlatformDeviceEmf, needed after https://codereview.chromium.org/605533002. CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/607853003 Cr-Commit-Position: refs/heads/master@{#297168}
-
bokan authored
On the Blink side: The clamping method used by computeScaleAndScrollForBlockRect now uses a new method PinchViewport::clampDocumentOffsetAtScale to clamp the requested viewport offset taking into account the inner and outer viewports. Also added an overload of applyViewportDeltas, called in virtual viewport mode only, that applies the inner and outer deltas along page scale in one shot. This makes the viewport layers a special case again in that their scroll offsets are set through this call, rather than the standard 'did_scroll' callback of most layers. This is needed since the scroll offsets may be invalid until the page scale is applied so this is handled in one method to prevent unintended clamping. On the Compositor side: Calls the appropriate applyViewportDeltas based on which pinch mode we're running in. The page scale animation now prefers to scroll the inner viewport first, scrolling the outer only when the inner has reached its scroll extent. Blink-side: https://codereview.chromium.org/584833003 BUG=364106 Review URL: https://codereview.chromium.org/585063002 Cr-Commit-Position: refs/heads/master@{#297167}
-
phoglund authored
Note: will land on Monday; need to watch bots so that they execute the test right. TBR=vrk@chromium.org BUG=418034 Review URL: https://codereview.chromium.org/599103006 Cr-Commit-Position: refs/heads/master@{#297166}
-
fdegans authored
BUG=418549 NOTRY=true Review URL: https://codereview.chromium.org/611013002 Cr-Commit-Position: refs/heads/master@{#297165}
-
jkarlin authored
The Put callback functions took an absurd number of paramters. This CL simplifies by putting them in a context struct. This is needed by a downstream CL that needs to add another member to the struct. Upstream of: https://codereview.chromium.org/608593003 BUG=392621 Review URL: https://codereview.chromium.org/606843002 Cr-Commit-Position: refs/heads/master@{#297164}
-
bshe authored
Allow component IME extensions use app.window and add 'ime' boolean in CreateWindowOptions for app window To create an IME window, an IME must be whitelisted, must have app.window.ime permission and must use set 'ime' and 'frame' this way: chrome.app.window.create(url, { 'ime': true, 'frame': 'none }, function() {}) Note only whitelisted component IME extensions can use this boolean parameter. See doc here: https://docs.google.com/a/google.com/document/d/1JQHpLu_RjN8C1Yi0i_eApS5SZtPoMDqvlq06YOwXCFU/edit BUG=401984 Review URL: https://codereview.chromium.org/503383002 Cr-Commit-Position: refs/heads/master@{#297163}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#297162}
-
mkwst authored
No functional change in this bug, but it paves the way to doing real work with the PasswordStore by separating the IPC-handling bits from the PasswordManagerClient implementation so that we can easily subclass PasswordStoreConsumer in a way that keeps all the credential functionality well-contained in a single object for clarity. BUG=400674 Review URL: https://codereview.chromium.org/615483002 Cr-Commit-Position: refs/heads/master@{#297161}
-
pastarmovj authored
BUG=216422 TEST=manual. Review URL: https://codereview.chromium.org/613653004 Cr-Commit-Position: refs/heads/master@{#297160}
-
dmazzoni authored
BUG=371692 Review URL: https://codereview.chromium.org/614673002 Cr-Commit-Position: refs/heads/master@{#297159}
-
Mikhail Naganov authored
Blink WebString::fromUTF8 are marginally faster than UTF8ToUTF16 on pure ASCII input because they have a fast path for this case. Implement the same thing for base::UTF8ToUTF16 DoIsStringASCII is now a port of charactersAreAllASCII from Blink. BUG=391492 R=brettw@chromium.org, torne@chromium.org Review URL: https://codereview.chromium.org/543043002 Cr-Commit-Position: refs/heads/master@{#297158}
-
tburkard authored
and having it rely entirely on Finch. BUG=417851 R=rkaplow, cbentzel Review URL: https://codereview.chromium.org/606003003 Cr-Commit-Position: refs/heads/master@{#297157}
-
jansson authored
Removed all other manual test files in the ../webrtc/manual folder. They too have moved to GitHub but are not used that often hence no redirect pages are necessary. The ../webrtc/manual folder now resides here: https://github.com/GoogleChrome/webrtc/tree/master/samples/web/content/manual-test BUG=NONE NOTRY=TRUE Review URL: https://codereview.chromium.org/609733002 Cr-Commit-Position: refs/heads/master@{#297156}
-
mtomasz authored
This patch allows to fetch thumbnails via metadata cache for provided file systems. TEST=Tested manually. BUG=407954 Review URL: https://codereview.chromium.org/609263002 Cr-Commit-Position: refs/heads/master@{#297155}
-
dgozman authored
BUG=398049 Review URL: https://codereview.chromium.org/577923002 Cr-Commit-Position: refs/heads/master@{#297154}
-
shreeram.k authored
Will fix this test once the chromium side changes for this issue will be merged 169574. BUG=169574 Review URL: https://codereview.chromium.org/612563004 Cr-Commit-Position: refs/heads/master@{#297153}
-
marja authored
R=isherman@chromium.org BUG= Review URL: https://codereview.chromium.org/611523002 Cr-Commit-Position: refs/heads/master@{#297152}
-