- 23 Nov, 2013 40 commits
-
-
reveman@chromium.org authored
Refactor shader framework to support different texture targets and use TEXTURE_RECTANGLE_ARB by default when initializing tile textures using ImageRasterWorkerPool. BUG=322571 TEST=cc_unittests --gtest_filter=GLRendererShaderPixelTest.AllShadersCompile Review URL: https://codereview.chromium.org/83883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236981 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This target is not supported according to OES_EGL_image spec. BUG= Review URL: https://codereview.chromium.org/83783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236980 0039d316-1c4b-4281-b951-d872f2087c98
-
sheu@chromium.org authored
Relanding after revert in r236927. Original commit message below: The purpose of this CL is to clean up the distinction between VideoCaptureFormat (which identifies the captured type of a frame), VideoCaptureParams (which identifies the requested format of a capture), and VideoCaptureCapability (which identifies the capture capabilities of a device). Notably: * VideoCaptureFormat::frame_size_type -> VideoCaptureParams::allow_resolution_change, as variable resolution capability is a per-session, not a per-frame property. * VideoCaptureCapability::color -> VideoCaptureFormat::pixel_format, as frame color format is a per-frame property. * As VideoCaptureParams holds a VideoCaptureFormat member, capture requests are able now to request a particular capture color format. BUG=269312 TEST=local build, run unittests, chrome on CrOS snow, desktop Linux TBR=ncarter@chromium.org,jiayl@chromium.org,yzshen@chromium.org,wjia@chromium.org,jschuh@chromium.org Review URL: https://codereview.chromium.org/83633008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236979 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Just noticed this, this should speed up builds a tiny bit. BUG=NONE TEST=NONE Review URL: https://codereview.chromium.org/83573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236978 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236977 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=322119 Review URL: https://codereview.chromium.org/83363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236976 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=162566:162567&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/83283005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236975 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This was added to components_unittests target in r232764 (crrev.com/232764), but I forgot to remove it from unit_tests target at the same time. Removing now. BUG=181277 TEST=components_unittests R=thestig@chromium.org Review URL: https://codereview.chromium.org/83273008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236974 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
BUG=322648 Review URL: https://codereview.chromium.org/83943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236973 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new class will be used in Me2App mode to capture window shape. BUG=134209 Review URL: https://codereview.chromium.org/83183007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236972 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none R=estade@chromium.org Review URL: https://codereview.chromium.org/83083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236971 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The events related tests are currently run in events_unittests in all the bots. So these can now be removed from ui_unittests. BUG=316677 R=sky@chromium.org Review URL: https://codereview.chromium.org/83733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236970 0039d316-1c4b-4281-b951-d872f2087c98
-
iancottrell@chromium.org authored
BUG=316397 Review URL: https://codereview.chromium.org/83043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236969 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Allow toplevel widgets to be created for combobox menus. BUG=288988 R=erg@chromium.org Review URL: https://codereview.chromium.org/84113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236968 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Instead of having ExtensionPrefs construct a ChromeAppSorting object directly, make ExtensionPrefsFactory pass an AppSorting object to it. BUG=313284 Review URL: https://codereview.chromium.org/83023010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236967 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/83023008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236966 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
Currently we always send callbacks to the contentVideoView if media event comes. However, if a page has multiple players, other players can mess up with the fullscreen player. TBR=michaelbai Review URL: https://codereview.chromium.org/82973005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236965 0039d316-1c4b-4281-b951-d872f2087c98
-
ricea@chromium.org authored
appropriate for WebSockets. Use the new GURL::SchemeIsWSOrWSS method to do the check. BUG= TEST=net_unittests Review URL: https://codereview.chromium.org/82823004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236964 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This function is never called: https://code.google.com/p/chromium/codesearch#search/&q=PumpOutPendingPaintMessages&sq=package:chromium&type=cs R=jar,darin Review URL: https://codereview.chromium.org/82623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236963 0039d316-1c4b-4281-b951-d872f2087c98
-
yukawa@chromium.org authored
This CL removes following callbacks from ui::InputMethodObserver because no one depends on them. - ui::InputMethodObserver::OnUntranslatedIMEMessage - ui::InputMethodObserver::OnInputLocaleChanged BUG=322038 TEST=covered by unittest Review URL: https://codereview.chromium.org/82603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236962 0039d316-1c4b-4281-b951-d872f2087c98
-
kalyan.kondapally@intel.com authored
This cl renames native_browser_frame_factory_aurax11 to native_browser_frame_factory_auralinux, so that the same implementation can be used with Aura+Ozone combination on linux. BUG=None. Review URL: https://codereview.chromium.org/82523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236961 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
BUG=124228 Review URL: https://codereview.chromium.org/80963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236960 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=318373 Review URL: https://codereview.chromium.org/79363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236959 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/76923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236958 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
The CHECK of trace_id for LatencyInfo is crashing chrome due to crbug.com/321116. Comment it out for now until we resolve the issue. BUG=321116 TEST=Chrome does not crash. Review URL: https://codereview.chromium.org/76443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236957 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/84533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236956 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
ProfileOAuth2TokenService. In this CL, the dependencies on TS are removed from SigninManager and UbertokenFetcher. BUG=305247 Review URL: https://codereview.chromium.org/71723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236955 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none R=darin@chromium.org Review URL: https://codereview.chromium.org/69883008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236954 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/56833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236953 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
Adding a method that allow removal of callbacks registered for an intent result. BUG=None TEST=None Review URL: https://codereview.chromium.org/32543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236952 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Followup for http://crrev.com/236907 BUG=None. TEST=None. TBR=nduca Review URL: https://codereview.chromium.org/84483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236951 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
It only fails on 10.7 or Intel GPUs BUG=322795 TEST= TBR=bajones@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/84473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236949 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
This only affacts GPU bots. It's crashing the tab and cause the remainint webgl_conformance tests to all fail. BUG=322795 TEST= TBR=bajones@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/82763012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236948 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
This only affacts GPU bots. It's crashing the tab and cause the webgl_conformance harness to stop BUG=322789 TEST= TBR=bajones@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/84463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236947 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236944 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236939 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Let me know if you prefer to keep some of these as INFO or just delete them. R=jam@chromium.org BUG=322805 Review URL: https://codereview.chromium.org/84293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236936 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Failing compile on win and win x64 FAILED: ninja -t msvc -e environment.x64 -- C:\b\build\goma\gomacc.exe "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\amd64\cl.exe" /nologo /showIncludes /FC @obj\media\video\capture\win\media.capability_list_win.obj.rsp /c ..\..\media\video\capture\win\capability_list_win.cc /Foobj\media\video\capture\win\media.capability_list_win.obj /Fdobj\media\media.pdb c:\b\build\slave\cr-win-rel-x64\build\src\media\video\capture\win\capability_list_win.h(54) :error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\b\build\slave\cr-win-rel-x64\build\src\media\video\capture\win\capability_list_win.h(54) : warning C4183: 'DISALLOW_COPY_AND_ASSIGN': missing return type; assumed to be a member function returning 'int' ninja: build stopped: subcommand failed. > Reorganize media::VideoCapture* types > > The purpose of this CL is to clean up the distinction between > VideoCaptureFormat (which identifies the captured type of a frame), > VideoCaptureParams (which identifies the requested format of a capture), > and VideoCaptureCapability (which identifies the capture capabilities of a > device). > > Notably: > * VideoCaptureFormat::frame_size_type -> > VideoCaptureParams::allow_resolution_change, as variable resolution > capability is a per-session, not a per-frame property. > * VideoCaptureCapability::color -> VideoCaptureFormat::pixel_format, as frame > color format is a per-frame property. > * As VideoCaptureParams holds a VideoCaptureFormat member, capture requests > are able now to request a particular capture color format. > > BUG=269312 > TEST=local build, run unittests, chrome on CrOS snow, desktop Linux > > Review URL: https://codereview.chromium.org/68503005 TBR=sheu@chromium.org Review URL: https://codereview.chromium.org/84393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236935 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
The rest of NaClBrowserTest.* were turned on for linux asan a while back. This one shouldn't be any different, just missed it in r217769. BUG=161709 Review URL: https://codereview.chromium.org/82653007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236933 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
* Make the various translate OptionsMenuModels scoped_ptr<>s like the other menu models. This is mostly for convenience for the refactor change, where accessing the delegate (to initialize this) in the constructor is kind of annoying. Added bonus, we can pull a few #includes out of some .h files. * Add a blank line between blocks of forward declarations... this seems to be how most other code does it and feels a little less cramped BUG=none TEST=none TBR=sky Review URL: https://codereview.chromium.org/84363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236932 0039d316-1c4b-4281-b951-d872f2087c98
-