- 24 Nov, 2013 5 commits
-
-
isherman@chromium.org authored
Currently contains the title and the account chooser. In the next CL, I'm planning to move notifications into the header as well. BUG=315977 TEST=none R=groby@chromium.org Review URL: https://codereview.chromium.org/77283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236997 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
This CL: - creates a chromium-specific: * third_party/libaddressinput/ * chromium/util/ - json.cc (chromium-specific json reader) - json.h (matches src/cpp/src/util/json.h's interface) - libaddressinput.gyp (chromium-specific .gyp file) - builds and runs a new test target named libaddressinput_unittests R=rouslan@chromium.org BUG=317837 Review URL: https://codereview.chromium.org/68323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236996 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
We don't have a general mechanism to differentiate them yet. BUG=323015 TBR=nduca@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/83293009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236995 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Missed one call in http://crrev.com/236951 :) This should make the perf bots green. BUG=None. TEST=None. TBR=shadi Review URL: https://codereview.chromium.org/84593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236992 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236988 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Nov, 2013 35 commits
-
-
nasko@chromium.org authored
NavigateToPending entry is not quite properly named, as it is an observer method. Renaming it to reflect the actual event of creating a pending navigation entry. BUG= Review URL: https://codereview.chromium.org/84063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236983 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
* Move launcher_button.* from launcher/ to shelf/ * Rename to shelf_button.* BUG=248353 TEST=None, no functional changes R=jamescook@chromium.org,harrym@chromium.org Review URL: https://codereview.chromium.org/83953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236982 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-