- 22 Jul, 2014 40 commits
-
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178667:178681&mode=html TBR=johnme@chromium.org,pkasting@chromium.org BUG= Review URL: https://codereview.chromium.org/414443004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284796 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
BUG=395996 Review URL: https://codereview.chromium.org/411663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284795 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
This is done by having ScreenWin listening to WM_DISPLAYCHANGE via SingletonHwnd. BUG=162827 Review URL: https://codereview.chromium.org/401313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284794 0039d316-1c4b-4281-b951-d872f2087c98
-
halcanary@google.com authored
This variable is the maximum allocation size allowed for (high-quality) image scaling filters that require pre-scaling (and caching of the results). Skia will fallback to a filter that doesn't require pre-scaling if the selected filter would require an allocation that exceeds this limit. Motivation: If a web page scales an image by a large factor, the resulting bitmap may take up quite a bit of space - this will clobber Skia's Scaled Image Cache and other caches that share a quota with the Scaled Image Cache. See SkGraphics.h for more documentation. Future work: Someone may want to tune this value based on device memory size. BUG=389439 Review URL: https://codereview.chromium.org/397193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284793 0039d316-1c4b-4281-b951-d872f2087c98
-
robert.bradford@intel.com authored
The webrtc video encoder path will call into RTCVideoEncode::SetRates with a zero framerate as part of the video encode setup. A zero frame rate is not accepted by the VAAPI encoder and so we need to bump the framerate up to a minimum of 1. This change mimics the behavior of the V4L2 based encoder which does the same thing to the framerate and bitrate. TEST=Run chrome --enable-vaapi-accelerated-video-encode and use the Google Cast extension to share the tab to the Chrome Cast. BUG=391445 Review URL: https://codereview.chromium.org/369923008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284792 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Reverting as broke chrome and chromeos dbg builders: http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29/builds/32615/steps/browser_tests/logs/SuccessfulLoadUMA [ RUN ] NaClBrowserTestPnacl.SuccessfulLoadUMA Xlib: extension "RANDR" missing on display ":9". Xlib: extension "RANDR" missing on display ":9". [18889:18889:0722/130648:WARNING:password_store_factory.cc(215)] Using basic (unencrypted) store for password storage. See http://code.google.com/p/chromium/wiki/LinuxPasswordStorage for more information about password storage options. HTTP server started on http://127.0.0.1:56115... sending server_data: {"host": "127.0.0.1", "port": 56115} (36 bytes) [9:10:0722/130650:ERROR:pnacl_translation_resource_host.cc(135)] Got invalid platformfilefortransit /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/debug/vector:461: error: attempt to insert into container with an iterator from a different container. Objects involved in the operation: sequence "this" @ 0x0x392ba6c93260 { } iterator "__position" @ 0x0x7fff9ff24e20 { state = past-the-end; references sequence @ 0x0x7fff9ff24e20 } [18889:18938:0722/130651:WARNING:raw_channel_posix.cc(214)] recvmsg: Connection reset by peer BrowserTestBase signal handler received SIGTERM. Backtrace: #0 0x7fe4bf491cee base::debug::StackTrace::StackTrace() #1 0x000004af93fa content::(anonymous namespace)::DumpStackTraceSignalHandler() #2 0x7fe4b68074a0 \u003Cunknown> #3 0x7fe4b68b9a43 __poll #4 0x7fe4b76faff6 \u003Cunknown> #5 0x7fe4b76fb124 g_main_context_iteration #6 0x7fe4bf44ff75 base::MessagePumpGlib::Run() #7 0x7fe4bf54b1f0 base::MessageLoop::RunHandler() #8 0x7fe4bf5b18e2 base::RunLoop::Run() #9 0x000004b63969 content::RunThisRunLoop() #10 0x000004b638fa content::RunMessageLoop() #11 0x000004b0ea15 content::JavascriptTestObserver::Run() #12 0x000001312927 NaClBrowserTestBase::RunJavascriptTest() #13 0x000001312a48 NaClBrowserTestBase::RunLoadTest() #14 0x00000130f514 (anonymous namespace)::NaClBrowserTestPnacl_SuccessfulLoadUMA_Test::RunTestOnMai ... > Pepper: Delete FileDownloader in trusted plugin. > > This simplifies PnaclCoordinator considerably and reduces the total > amount of code in the trusted plugin. > > BUG=239656 > > Review URL: https://codereview.chromium.org/393693004 TBR=teravest@chromium.org Review URL: https://codereview.chromium.org/406323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284791 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Sorry I had to revert this. It's not because it caused problems, but rather I needed to revert r284684 as it caused problems and your patch touches the same files. > Pepper: Simplify TempFile in trusted plugin. > > This change makes the behavior of internal_handle_ in TempFile easier to reason > about. This change is possible after a large refactoring of PnaclCoordinator > that happened as a result of removing FileDownloader. > > BUG=239656 > R=bbudge@chromium.org > > Review URL: https://codereview.chromium.org/413493002 TBR=teravest@chromium.org Review URL: https://codereview.chromium.org/406383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284790 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284789 0039d316-1c4b-4281-b951-d872f2087c98
-
armansito@chromium.org authored
Updated cros_system_api to the its latest revision. BUG=394537 R=keybuk@chromium.org Review URL: https://codereview.chromium.org/414523006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284788 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
This change is the result of running: ./sysroot-creator-wheezy.sh UpdatePackageListsARM R=thestig@chromium.org Review URL: https://codereview.chromium.org/406353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284787 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/408213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284786 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=388771 R=michaeln@chromium.org Review URL: https://codereview.chromium.org/409863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284785 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Add components/cdm, components/sync_driver, ui/app_list, Update file lists that got out of sync with GYP to to not having any targets that actually link them. Move cc:cc_surfaces to cc/surfaces Enable linking cc_unittests, cc_perftests, app_list_unittests, message_center_unittests TBR=jamesr Review URL: https://codereview.chromium.org/399683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284784 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This adds the missing conditions to the chrome/common GN build file (previously only the basic files were there). Some refactoring of the GYP file to make this possible. Renames the enable_printing flag to printing_mode since this is an integer tri-state. Minor improvements to chrome/renderer TBR=jamesr@chromium.org Original review=https://codereview.chromium.org/400243003/ BUG= Review URL: https://codereview.chromium.org/409683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284783 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=dmazzoni@chromium.org BUG=392813 Review URL: https://codereview.chromium.org/392803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284782 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
- Animate the normal menu items down into the menu while fading in. - Animate the icon row to the left while fading in. BUG=394898 NOTRY=true Review URL: https://codereview.chromium.org/388803006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284781 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=395288 Review URL: https://codereview.chromium.org/408813004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284779 0039d316-1c4b-4281-b951-d872f2087c98
-
armansito@chromium.org authored
This CL adds a section to app_bluetooth.html with documentation on how the chrome.bluetoothLowEnergy API should be used. BUG=382625 R=keybuk@chromium.org TBR=mkearney@chromium.org Review URL: https://codereview.chromium.org/352833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284778 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
Each URLLoaderImpl created by NetworkServiceImpl can allocate a net::URLRequest. When shutting down the app, destruction of the NetworkContext and the URLRequestContext within it expects that all net::URLRequest resources have been freed by now (it CHECKs). NetworkService is an app like any other and can't make any assumptions about when it is being destroyed relative to other apps in the system that may have been using it, so the safest thing to do is to have it gracefully tear-down in-progress URLLoaders. Note: the only reason we're not seeing the CHECK happen is because things shut down (the process terminates) before we even get to ~URLRequestContext. I'll be repairing shutdown in an upcoming CL. BUG=394477 Review URL: https://codereview.chromium.org/407593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284777 0039d316-1c4b-4281-b951-d872f2087c98
-
abhishek.a21@samsung.com authored
BUG=None Review URL: https://codereview.chromium.org/363563005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284776 0039d316-1c4b-4281-b951-d872f2087c98
-
stgao@chromium.org authored
This is to create a sub-directory for Findit and add a unittest skeleton with a script to parse DEPS file in chromium. R=mbarbella@chromium.org Review URL: https://codereview.chromium.org/391173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284775 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
We used to have trouble when the max scroll offset was zero. With this cl we detect this case and set a reasonable scroll thumb offset. BUG=None Review URL: https://codereview.chromium.org/409193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284773 0039d316-1c4b-4281-b951-d872f2087c98
-
mohammed@chromium.org authored
Permissions warning messages are suprressed around the code which make it hard to know which supress what. Put them in one DS the suppression is done in a single loop. This help visualize which suppress what and a neater place to add ones later. BUG=384487 R=kalman, meacer Review URL: https://codereview.chromium.org/404803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284771 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
It is trivial clean-up of unused thing. BUG=none TEST=build Review URL: https://codereview.chromium.org/399593006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284770 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
This appears to have broke StackedPanelBrowserTest.AddNewPanelFromDifferentProfile on windows interactive. http://build.chromium.org/p/chromium.win/builders/Win%207%20Tests%20x64%20%281%29/builds/15556/steps/interactive_ui_tests/logs/AddNewPanelFromDifferentProfile [ RUN ] StackedPanelBrowserTest.AddNewPanelFromDifferentProfile Backtrace: extensions::ExtensionRegistry::RemoveObserver [0x00000001430B3030+32] (No symbol) [0x00000000086491C0] base::SupportsWeakPtr\u003CObserverListBase\u003Caura::WindowObserver> >::AsWeakPtr [0x000007FEEF42B175+85] StackedPanelBrowserTest.AddNewPanelFromDifferentProfile (run #2): ... > Use ExtensionRegistryObserver instead of DEPRECATED extension notify. > > BUG=354458 > > Review URL: https://codereview.chromium.org/262223003 TBR=limasdf@gmail.com Review URL: https://codereview.chromium.org/409983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284769 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
This API is no longer necessary with the PlatformWindow interface. TEST=built & ran on link_freon BUG=392280 TBR=danakj NOTRY=true Review URL: https://codereview.chromium.org/406093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284768 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=395739 Review URL: https://codereview.chromium.org/412543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284767 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
This change makes the behavior of internal_handle_ in TempFile easier to reason about. This change is possible after a large refactoring of PnaclCoordinator that happened as a result of removing FileDownloader. BUG=239656 R=bbudge@chromium.org Review URL: https://codereview.chromium.org/413493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284766 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG=393810 TEST=gpu_unittests R=kbr@chromium.org,bajones@chromium.org Review URL: https://codereview.chromium.org/399153005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284764 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
Thought it would be nice to keep this feature disabled by default behind the experimental flag, but be able to potentially turn it on via a finch trial from chrome. Needs to land first: https://codereview.chromium.org/386943009/ BUG=370696 Review URL: https://codereview.chromium.org/389583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284762 0039d316-1c4b-4281-b951-d872f2087c98
-
aboxhall@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/377553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284761 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Also added chrome_child.dll.pdb to telemetry_gpu_test isolate. This is in order to get better stack traces for debugging Issue 383963. BUG=385976,383963 NOTRY=true Review URL: https://codereview.chromium.org/409113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284760 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
BUG=178543 TEST=build embedded content shell with chromeos=1 and embedded=1 Review URL: https://codereview.chromium.org/400793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284759 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=390230 TEST=manual NOTRY=true Review URL: https://codereview.chromium.org/409903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284757 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=brettw@chromium.org BUG=394501 Review URL: https://codereview.chromium.org/409743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284756 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
BUG=396203 TBR=rouslan@chromium.org Review URL: https://codereview.chromium.org/408343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284755 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Replace it with modern threading constructs: - PostTaskAndReplyWithResult gets rid of most of the logic FileThreadDeserializer was implementing. - The remainder logic didn't require any class state so it was moved to anonymous methods. Also declare JsonPrefStore explicitly NonThreadSafe (the only actions outside the UI thread should happen by posting anonymous tasks to the |sequenced_task_runner_|). This is a stepping stone in cleaning up JsonPrefStore to eventually get rid of PrefStore's ref-counting scheme. BUG=393081 Review URL: https://codereview.chromium.org/400673008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284754 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=395294 TEST=Manually tested disabling the plugin and canPlayType() returns "". R=ddorwin@chromium.org Review URL: https://codereview.chromium.org/399063004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284753 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Use this implementation for mojo native_viewport. It will also be used for aura WindowTreeHost in subsequent patches. BUG=none R=ben@chromium.org Review URL: https://codereview.chromium.org/405813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284752 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Add the new unit test WidgetTest.GestureEventDispatch to verify that non-scroll gesture events are dispatched to the correct views in a view hierarchy and that the default gesture handler in RootView is set correctly. This replaces the test ViewTest.GestureEvent. BUG=395397 TEST=WidgetTest.GestureEventDispatch Review URL: https://codereview.chromium.org/406943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284751 0039d316-1c4b-4281-b951-d872f2087c98
-