- 18 May, 2014 27 commits
-
-
msw@chromium.org authored
r271281 reverted the first r271249 for Win XP test failures: http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%281%29/builds/31239/steps/interactive_ui_tests/logs/stdio [ RUN ] ConstrainedWindowViewTest.ClosesOnEscape [216:3316:0517/130516:ERROR:gpu_info_collector_win.cc(103)] Can't retrieve a valid WinSAT assessment. c:\b\build\slave\cr-win-rel\build\src\chrome\browser\ui\views\constrained_window_views_browsertest.cc(206): error: Value of: dialog->GetWidget() Actual: 08C1F9C0 Expected: 0 Which is: NULL This CL makes that test no-op on XP; I'll follow up in Issue 177482. ------------------------------------------------------------ Mimic [Desktop]NativeWidgetAura::OnWindowActivated. Simplify OnNativeBlur calls and OnNative[Blur|Focus] impls. (View focus changes update the TextInputClient as needed) Rewrite and enable related ConstrainedWindowViewTests. Print GetLastError() in SendInput() error case for tests. (key presses get 5/ERROR_ACCESS_DENIED on locked desktops?) BUG=368691, 170331, 177482, 163931 TEST=Automated tests; the focused Views change as expected between the browser, web contents, and web content modal dialogs (print preview, collected cookies, etc.). TBR=sky@chromium.org Review URL: https://codereview.chromium.org/285403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271312 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=94925 TBR=willchan@chromium.org Review URL: https://codereview.chromium.org/290843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271311 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271310 0039d316-1c4b-4281-b951-d872f2087c98
-
jgraettinger@chromium.org authored
Lazily alloc/init the HPACK encoder/decoder. This lands server change 66441587 by hkhalil. https://codereview.chromium.org/292543002/ Cleanup: Remove redundant SpdyFramerTest string conversions. This lands server change 66517765 by hwright. https://codereview.chromium.org/283343003/ Adds reporting of total header block bytes to SpdyHeadersBlockParser. This lands server change 66798542 by birenroy. https://codereview.chromium.org/288313006/ Moves HpackEntry index computation into the container class HpackHeaderTable. No functional change. This lands server change 66892433 by birenroy. https://codereview.chromium.org/289843007/ Add handling + parsing for HTTP/2 ALTSVC frame. Also change frame type number and add an extra version check for BLOCKED frame. This lands server change 66925490 by mlavan. https://codereview.chromium.org/288373004/ Update SPDY4 flags for '12 specification draft Renumbers existing PAD_LOW, PAD_HIGH, and PRIORITY flags. Adds remaining PAD_LOW, PAD_HIGH, END_SEGMENT, and COMPRESSED flags. No behavior changes. This lands server change 67012065 by jgraettinger. https://codereview.chromium.org/284283006/ Accept and ignore PRIORITY frames in SPDY4+. Proper parsing/handling coming in a later CL. This lands server change 67153714 by hkhalil. https://codereview.chromium.org/286313002/ Accept SETTINGS_COMPRESS_DATA frames for HTTP2. Currently do nothing with them. This lands server change 67271146 by mlavan. https://codereview.chromium.org/286143011/ HTTP/2 framer support for reading headers with padding, and for segments. Header padding may be read, but serialization support is TODO. Segment boundaries are likewise accepted, but discarded. This lands server change 67282679 by jgraettinger. https://codereview.chromium.org/290203003/ BUG=345769 Review URL: https://codereview.chromium.org/290003006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271309 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=174227:174234&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/287343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271308 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
DEFINE_string is used in 3 files in tcmalloc, but we only compile one of these. In this one file, the string is converted to char every time it's used, and since the string is used after global destructors have run it needs to be copied to a second string in a static initializer. Instead of all that silliness, just let DEFINE_string define a const char* (like it does in v8 or webrtc). BUG=94925 R=willchan@chromium.org Review URL: https://codereview.chromium.org/286953011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271307 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Revert of Only dispatch menu events if they have a valid target. (https://codereview.chromium.org/284903002/) Reason for revert: Made the asan bot red: Direct leak of 664 byte(s) in 1 object(s) allocated from: #0 0x4b7c7b in operator new(unsigned long) /usr/local/google/work/chromium/src/third_party/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62 #1 0x5a4ffc in RunMenu ui/views/controls/menu/menu_controller_unittest.cc:158 #2 0x5a4ffc in views::MenuControllerTest_EventTargeter_Test::TestBody() ui/views/controls/menu/menu_controller_unittest.cc:218 #3 0xb2b838 in HandleExceptionsInMethodIfSupported\u003Ctesting::Test, void> testing/gtest/src/gtest.cc:2045 #4 0xb2b838 in testing::Test::Run() testing/gtest/src/gtest.cc:2061 #5 0xb2d2c8 in testing::TestInfo::Run() testing/gtest/src/gtest.cc:2237 #6 0xb2e006 in testing::TestCase::Run() testing/gtest/src/gtest.cc:2344 #7 0xb3e7fa in testing::internal::UnitTestImpl::RunAllTests() testing/gtest/src/gtest.cc:4065 #8 0xb3de40 in HandleExceptionsInMethodIfSupported\u003Ctesting::internal::UnitTestImpl, bool> testing/gtest/src/gtest.cc:2045 #9 0xb3de40 in testing::UnitTest::Run() testing/gtest/src/gtest.cc:3697 #10 0xafaee4 in RUN_ALL_TESTS testing/gtest/include/gtest/gtest.h:2231 #11 0xafaee4 in base::TestSuite::Run() base/test/test_suite.cc:206 #12 0xaf2656 in Run base/callback.h:401 #13 0xaf2656 in base::(anonymous namespace)::LaunchUnitTestsInternal(int, char**, base::Callback\u003Cint ()> const&, int) base/test/launcher/unit_test_launcher.cc:494 #14 0x83846a in main ui/views/run_all_unittests.cc:43 #15 0x7ff88421176c in __libc_start_main /build/buildd/eglibc-2.15/csu/libc-start.c:226 Probably easy to fix (and thus easy to reland), but from skimming the test it's not obvious to me what's supposed to free controller_. I'm guessing the second block in the new test just needs an explicit delete? (An "Owned by X" comment close to controller_ would've helped me) Original issue's description: > Only dispatch menu events if they have a valid target. > > BUG=370162 > TEST=In touchview, open wrench menu and press a key (i.e. 'T'), nothing should happen. > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271283 TBR=sadrul@chromium.org,flackr@chromium.org NOTREECHECKS=true NOTRY=true BUG=370162 Review URL: https://codereview.chromium.org/287233005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271306 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=374558 TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/293543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271302 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271299 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=374558 TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/293533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271297 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
TBR=caseq,yurys BUG=374411 Review URL: https://codereview.chromium.org/288423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271296 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
Currently, the lint warns against using the implicit default locale in String.format(). We should use the explicit locale instead of it. BUG=327768 Review URL: https://codereview.chromium.org/287323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271295 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is happening when running the following command line: $ gn gen out/Debug --args='is_component_build=true' ERROR at //net/third_party/nss/ssl/BUILD.gn:122:18: Item not found configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] ^-------------------------------------------- You were trying to remove "//build/config/gcc:symbol_visibility_hidden" from the list but it wasn't there. BUG=None TEST=above R=brettw@chromium.org,wtc@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/285293009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271294 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
BUG=372578 NOTRY=true Review URL: https://codereview.chromium.org/272013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271293 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This change is mostly mechanical. There were no functional changes made other than updating the paths to the new location. This moves the translation files (xtb) out of ui/base/ to ui/strings/translations. BUG=369881 TEST=build locally + green trybots, no functional changes. TBR=ben@chromium.org Review URL: https://codereview.chromium.org/269363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271292 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271291 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=174203:174227&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/291733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271290 0039d316-1c4b-4281-b951-d872f2087c98
-
semenzato@chromium.org authored
This file used to be in /tmp, but then the security folks decided that /tmp was too dangerous and it got moved to /var/log, but that's the wrong place for it. The corresponding Chrome OS change has just been pushed at https://chromium-review.googlesource.com/#/c/200091/ BUG=chromium:373833 TEST=none Review URL: https://codereview.chromium.org/292433009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271289 0039d316-1c4b-4281-b951-d872f2087c98
-
manykey@yandex-team.ru authored
BUG= Review URL: https://codereview.chromium.org/282393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271288 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Using mojo::Application::AddService<ServiceImpl> results in the system taking care of error handling for you. There's no need to force ServiceImpl to override OnConnectionError in this case. Review URL: https://codereview.chromium.org/289873008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271287 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
r=rch BUG=374331 Review URL: https://codereview.chromium.org/291623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271286 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
Specifically, this is to help us debug Win 8 Aura test flakes. BUG= Review URL: https://codereview.chromium.org/289033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271285 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
R=viettrungluu@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/283363007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271284 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=370162 TEST=In touchview, open wrench menu and press a key (i.e. 'T'), nothing should happen. Review URL: https://codereview.chromium.org/284903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271283 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
BUG=337096 TEST=bots Review URL: https://codereview.chromium.org/290003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271282 0039d316-1c4b-4281-b951-d872f2087c98
-
ckocagil@chromium.org authored
Revert of Store and restore view focus in OnWindowFocused. (https://codereview.chromium.org/282223002/) Reason for revert: ConstrainedWindowViewTest.ClosesOnEscape introduced in this patch fails on XP: http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%281%29/builds/31239/steps/interactive_ui_tests/logs/stdio Original issue's description: > Store and restore view focus in OnWindowFocused. > > Mimic [Desktop]NativeWidgetAura::OnWindowActivated. > Simplify OnNativeBlur calls and OnNative[Blur|Focus] impls. > (View focus changes update the TextInputClient as needed) > Rewrite and enable related ConstrainedWindowViewTests. > > Print GetLastError() in SendInput() error case for tests. > (key presses get 5/ERROR_ACCESS_DENIED on locked desktops?) > > BUG=368691,170331,177482,163931 > TEST=Automated tests; the focused Views change as expected between the browser, web contents, and web content modal dialogs (print preview, collected cookies, etc.). > R=sky@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271249 TBR=sky@chromium.org,msw@chromium.org NOTREECHECKS=true NOTRY=true BUG=368691,170331,177482,163931 Review URL: https://codereview.chromium.org/289283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271281 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271270 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 May, 2014 13 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271265 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
Caused sync failures and check_licenses failure. TBR=zty Review URL: https://codereview.chromium.org/291743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271264 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271263 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
- Uploading from pure-svn and intending to commit manually to properly remove the directory from svn. - Includes deps_whitelist change for new Skia DEP R=iannucci@chromium.org, mkosiba@chromium.org, torne@chromium.org Review URL: https://codereview.chromium.org/283163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271262 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Revert of Use real PlatformSupport in content unit tests (https://codereview.chromium.org/287043002/) Reason for revert: Caused mac_valgrind issues because TestWebKitPlatformSupport isn't cleaning up after itself properly Original issue's description: > Use real PlatformSupport in content unit tests > > Once all pages are force composited by default, this allows these tests > to not explode when trying to create GraphicsLayers because of a lack of > Platform::compositorSupport. > > BUG=none > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270894 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271229 TBR=piman@chromium.org NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/290303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271261 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271260 0039d316-1c4b-4281-b951-d872f2087c98
-
johannkoenig@chromium.org authored
Failing android browsertests for CanForwardRemoteStream720p R=ckocagil@chromium.org TBR=tomfinegan@google.com Review URL: https://codereview.chromium.org/292573006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271259 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
UserContext offered a number of constructors aimed at specific use cases. One of these ended up being used as a poor man's copy constructor that took separate arguments to populate the various UserContext members. It had already gotten out of sync with the full UserContext state (there are 8 members but this constructor copied only 6). The problem would likely have become only worse in the future. This CL replaces the existing constructors with a more well-defined set: * A default constructor * An actual copy constructor that copies all members * A constructor that takes a |user_id|, which is required in almost all cases The copy constructor also replaces the ad-hoc CopyFrom() method. AuthAttemptState also offered several constructors, two of which took credentials in the form of a |user_context| while one took |username| and |password| separately. The CL combines these into a single constructor that always takes credentials as a |user_context|. BUG=367847 TEST=Updated unit and browser tests TBR=pamg (chrome/browser/managed_mode/chromeos/manager_password_service.cc) Review URL: https://codereview.chromium.org/290483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271258 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This callback interface will replace the NOTIFICATION_GOOGLE_URL_UPDATED notification once all clients have been converted. This CL converts TemplateURLService and SearchProviderInstallData. BUG=373236,373254,373258,373260,373253 TBR=brettw Review URL: https://codereview.chromium.org/287103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271257 0039d316-1c4b-4281-b951-d872f2087c98
-
mdempsky@chromium.org authored
Instead of requiring every BPF policy to check IsValidSyscallNumber() and return a fixed value when it's true, provide an alternative entry point and guarantee that EvaluateSyscall() will only be called for valid syscall numbers. Review URL: https://codereview.chromium.org/293463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271256 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=374349 Review URL: https://codereview.chromium.org/292593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271255 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://serviceworker-internalshoro@chromium.org authored
This cl depends on https://codereview.chromium.org/261753008 BUG=358657 Review URL: https://codereview.chromium.org/274743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271254 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
The resource data is put into an in-memory instance of a net::DiskCache for now. That cache will be used for (some) subsequent starts of the worker in the current browsing session, but will not be used across browser restarts. The next step is to have the registration job store the resource ids with the registration data on disk and to also put the resource data to disk. BUG=364318 Review URL: https://codereview.chromium.org/269373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271253 0039d316-1c4b-4281-b951-d872f2087c98
-