- 26 Apr, 2014 40 commits
-
-
ykyyip@chromium.org authored
BUG=333078 Review URL: https://codereview.chromium.org/247283006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266392 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
BUG=362271 TEST=AutofillDialogControllerTest NOTRY=True Review URL: https://codereview.chromium.org/258543005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266391 0039d316-1c4b-4281-b951-d872f2087c98
-
sudarsana.nagineni@intel.com authored
This patch makes the anchor text no bold in 'Port forwarding' dialog. BUG=366576 Review URL: https://codereview.chromium.org/250433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266390 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
I add the followings to histograms.xml. SharedWorker.RendererSurviveForWorkerTime SharedWorker.TimeToDeleted SharedWorker.TimeToScriptLoaded SharedWorker.TimeToScriptLoadFailed They were introduced in http://crrev.com/259790 and http://crrev.com/260376. BUG=327256 Review URL: https://codereview.chromium.org/245963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266389 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=359672 TEST=WindowSelectorTest.DisplayOrientationChanged TEST=While overview is active, rotate or resize the display. Windows should reposition / relayout in response. Review URL: https://codereview.chromium.org/256413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266388 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/250833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266387 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=None TEST=NativeWidgetAuraTest.TestPropertiesWhenAddedToLayout R=ben@chromium.org Review URL: https://codereview.chromium.org/251733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266386 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
Failing to do so confuses the omnibox_edit_model. A visible bug appears when using ctrl+enter after having switched tab, which can cause the text of the previous tab to be used. BUG=338448 Review URL: https://codereview.chromium.org/232023004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266385 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/255833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266384 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
Software delegated rendering uses one fd per tile, so with a bunch of tiles that means it can run out of fds. If it seems close to hitting the limit the browser should throw away old frames to avoid this from happening. BUG=362603 Review URL: https://codereview.chromium.org/248193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266383 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
BUG=363623 TEST=Quickly drag tab from a browser with 2 tabs immediately releasing the mouse Review URL: https://codereview.chromium.org/254573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266382 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
R=cdn@chromium.org, piman@chromium.org BUG=269808 Review URL: https://codereview.chromium.org/250803010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266381 0039d316-1c4b-4281-b951-d872f2087c98
-
mcasas@chromium.org authored
VideoCaptureDeviceFactory is owned by VideoCaptureManager. VideoCaptureManager gets a VCDF on construction. This can be a real devices factory or a test one (Fake/File). All VCM operations previously static are now made through the Factory API regardless of the type. The previous MSM::UseFakeDevice() disappears and unittests MediaStreamDispatcherHostTest, MediaStreamManagerTest, VideoCaptureHostTest, add the --use-fake-device-for-media-stream flag to command line and depend on MSM reacting to it via injecting a fake factory to VCM on creation. Those tests also retrieve a weak reference to the Fake Factory to manipulate it. FakeVideoCapture::SetFailNextCreate() and associated member are removed, unused. BUG= 323913 Review URL: https://codereview.chromium.org/235353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266380 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=302437, 364904, 329878 Review URL: https://codereview.chromium.org/253593003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266379 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
xhr.abort() and sourceBuffer.abort() were transitively included via onPlaybackStarted(). It's not relevant to the recorded metrics so measure end time before the onPlaybackStarted() calls. BUG=367228 TEST=ran telemetry tests. Review URL: https://codereview.chromium.org/251593008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266378 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
This method can be used in layout tests to produce log output and end a test when the WebFrameClient receives a loadURLExternally() call. This happens if the content attempts to download a resource explicitly. Required by Blink CL: https://codereview.chromium.org/197033005/ BUG=346744 Review URL: https://codereview.chromium.org/200663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266377 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
The BookmarkClient interface abstracts the embedder. Once bookmarks is componentized, the code will have to go through BookmarkClient methods instead of accessing methods from chrome/browser or chrome/content (as they are not accessible from iOS). Wrapped methods from chrome/browser/: - FaviconService::GetFaviconImageForURL - HistoryService::InMemoryDatabase BookmarkClient also wraps content::RecordAction, as it is a simple wrapper around base::RecordAction and can easily be reimplemented in the client without dependency on the content/ API. Port all the client code to pass the BookmarkClient interface to the method that need it (mostly bookmark_utils::AddIfNotBookmarked and functions in bookmark_stats.cc, the rest are internal to the component). BUG=364433 R=sky@chromium.org,tfarina@chromium.org,droger@chromium.org Review URL: https://codereview.chromium.org/242693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266376 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
In Non-SFI mode, we close the low-level kSandboxIPCChannel channel. BUG=367263, 358719 R=mseaborn@chromium.org Review URL: https://codereview.chromium.org/255903004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266375 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
> Disable TabCaptureApiPixelTest::EndToEnd - failing in mac builders > > BUG=367349 > > Review URL: https://codereview.chromium.org/259873003 TBR=rmsousa@chromium.org Review URL: https://codereview.chromium.org/258733010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266371 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266369 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266367 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
> Roll webrtc 5963 -> 5979 > > R=ronghuawu@chromium.org > > Review URL: https://codereview.chromium.org/256633003 TBR=wjia@chromium.org Review URL: https://codereview.chromium.org/252753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266366 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It is failing on the trybots (but not on the main waterfall for some reason). File "E:\b\build\slave\win\build\src\tools\perf\measurements\rasterize_and_record_micro_unittest.py", line 47, in testRasterizeAndRecordMicro self.assertGreater(record_time[0].GetRepresentativeNumber(), 0) AssertionError: 0 not greater than 0 NOTRY=True TBR=skyostil@chromium.org NOTREECHECKS=true Review URL: https://codereview.chromium.org/258933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266365 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/253593004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266364 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BitmapFetcher just needs a RequestContext and not a whole profile. This is needed by https://codereview.chromium.org/222313005/, where we don't want to add an implicit Profile dependency to the ProfileInfoCache. BUG=305048 TEST=Existing tests. Review URL: https://codereview.chromium.org/253623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266363 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
This CL adds the initial function and object type definitions of the chrome.bluetoothSocket API. This API will replace the socket-related functions in the existing chrome.bluetooth API and is intended to supply the Bluetooth Classic complement to the chrome.bluetoothLowEnergy API. Unlike the sockets API, there is no separation of client and server because such separation is not clearly defined in Bluetooth profiles either. It will not be uncommon for an application to attempt to make a connection, and if it fails, fall back to listening instead, for example. All functions currently return an error when invoked. BUG=349475,364581 TBR=mkearney Review URL: https://codereview.chromium.org/246883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266362 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
R=miket@chromium.org BUG=154452 Review URL: https://codereview.chromium.org/249083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266361 0039d316-1c4b-4281-b951-d872f2087c98
-
arnarb@chromium.org authored
TBR=kalman BUG=361199 Review URL: https://codereview.chromium.org/256593005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266360 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
The Hotword extension relies on other means to communicate usage of the microphone. See details in issue. BUG=360662 TEST=Due to issues with the extension's use of WebAudio and recent changes in Blink, the functionality of the extension can't be easily verified but I verified via the debug console that the extension successfully completes a getUserMedia call and the system tray icon isn't shown (due to the whitelist). R=xians@chromium.org Review URL: https://codereview.chromium.org/251503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266359 0039d316-1c4b-4281-b951-d872f2087c98
-
mfomitchev@chromium.org authored
Changing aura::test::EventGenerator to send events through EventSource instead of through EventProcessor. This way EventRewriters get hit by the test event flow. Review URL: https://codereview.chromium.org/250953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266358 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
Move java LibraryLoader into cronet.jar. BUG=354143 Review URL: https://codereview.chromium.org/250683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266357 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=none NOTRY=True R=grt@chromium.org Review URL: https://codereview.chromium.org/255893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266356 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=364292 Review URL: https://codereview.chromium.org/240283011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266355 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
These are just compositing triggers. GPU_FEATURE_TYPE_ACCELERATED_VIDEO is completely ignored, and there's no reason to disable the compositing trigger since FCM is always on in production. BUG=362164 Review URL: https://codereview.chromium.org/240253006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266354 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/258693007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266353 0039d316-1c4b-4281-b951-d872f2087c98
-
robliao@chromium.org authored
Removed the error signalling to prevent log spam from the runtime.lastError checks for non-existent alarms. BUG=367136 Review URL: https://codereview.chromium.org/258793006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266352 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This removes duplicate shader code, makes it easier to support additional texture targets and implements on demand initialization of shaders. BUG=366710 Review URL: https://codereview.chromium.org/255763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266351 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
Fullscreen/immersive mode is allowed in touch view mode, the shelf gets hidden and an edge swipe brings the shelf back. Allowing immersive / full screen mode in maximize mode BUG=359606 TEST=ash tests and visual Review URL: https://codereview.chromium.org/247363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266350 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
This CL does small refactoring extension_toolbar_model.cc before removing NOTIFICATION_EXTENSION_UNLOADED and NOTIFICATION_EXTENSION_LOADED. BUG=354046 TEST=browser_tests --gtest_filter=ExtensionToolbarModelTest.* Review URL: https://codereview.chromium.org/256783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266349 0039d316-1c4b-4281-b951-d872f2087c98
-
brianderson@chromium.org authored
This moves the vsync throttling enabled/disabled logic and the synthetic/emulated BeginFrame logic out of OutputSurface and moves it to the Scheduler. This then allows us to also remove the retroactive BeginFrame logic from OutputSurface since the Scheduler also has retroactive BeginFrame logic. BUG=246861 BUG=251909 Review URL: https://codereview.chromium.org/221833009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266348 0039d316-1c4b-4281-b951-d872f2087c98
-