- 22 Aug, 2014 30 commits
-
-
rileya@chromium.org authored
BUG=399002 Review URL: https://codereview.chromium.org/495193002 Cr-Commit-Position: refs/heads/master@{#291284} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291284 0039d316-1c4b-4281-b951-d872f2087c98
-
amistry@chromium.org authored
Stolen from https://codereview.chromium.org/118373003 BUG=397019 Review URL: https://codereview.chromium.org/488353004 Cr-Commit-Position: refs/heads/master@{#291283} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291283 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
This is part of work to allow embedders to send a chunk when they do not yet know whether it is the final chunk. BUG=405678 Review URL: https://codereview.chromium.org/497553002 Cr-Commit-Position: refs/heads/master@{#291282} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291282 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=401667 Review URL: https://codereview.chromium.org/495923002 Cr-Commit-Position: refs/heads/master@{#291281} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291281 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=304341 TEST=popup menus still work Review URL: https://codereview.chromium.org/494993004 Cr-Commit-Position: refs/heads/master@{#291280} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291280 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291279} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291279 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
This picks up the following changes: 5213df4 Prefer AES-GCM when hardware support is available. 92909a6 Remove MS SGC support on the the server. b52e3dd Move common code between two branches. 422d3a4 Remove some unused state and code. fd00303 Don't scan libfoo_error.c for error codes. a7d1363 Prune removed key types from SSL_PKEY_*. ef2116d Remove DSA-based cipher suites and client auth. cff6472 Mark some more globals as const. 0da0e18 Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS. bd30f8e Remove support on both sides for *_fixed_(ec)dh client auth. d0639af Remove single-DES cipher suites. ebf42b5 Remove remnants of now-removed cipher suites. f6faa4b Export some extra functions and values. e7bf281 Fix (harmless) memory leak in the test harness. 389e3f0 Fix minor comment typos. 66c249c Remove some dead code. ede973a Tidy up cipher ordering. 6bc658d Split off private_transform function in RSA. 214cd44 Export BN_num_bits_word. e712778 Remove rsa_md5, md5, and sha1 fields from SSL_CTX. b7725cf Include Windows.h in some source files. 8bc38f5 DTLS version negotiation doesn't happen at HelloVerifyRequest. f2fedef Simplify HelloVerifyRequest processing. cc23df5 Remove SSL_OP_CISCO_ANYCONNECT. 6f26001 Mark all SSL_CIPHERs as const. fb4ea28 Tidy DTLS cookie callback types. f450134 Remove default_timeout hook. 5216a93 Increase minimum required cmake version BUG=405091,396787 Review URL: https://codereview.chromium.org/490763002 Cr-Commit-Position: refs/heads/master@{#291278} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291278 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Pulls in only one change: r291179: Only add stubdata.c once on Windows (when icu_use_data_file_flag is set) TBR=jshin@chromium.org BUG=404809 Review URL: https://codereview.chromium.org/490353002 Cr-Commit-Position: refs/heads/master@{#291277} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291277 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
casting/sharing is turned on upon user switch Purpose of this change: Asks the user with a system modal dialog box if he wants to turn off screen sharing/screen casting and then switch users or abort switching users. BUG=353170 TEST=TrySwitchingUserTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291152 Review URL: https://codereview.chromium.org/496563002 Cr-Commit-Position: refs/heads/master@{#291276} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291276 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
If only this were simple. BUG=393999 CQ_TRYBOTS=tryserver.chromium.linux:android_aosp,android_clang_dbg,android_dbg Review URL: https://codereview.chromium.org/487273004 Cr-Commit-Position: refs/heads/master@{#291275} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291275 0039d316-1c4b-4281-b951-d872f2087c98
-
hcarmona@chromium.org authored
Made the 'entry-box' label into a div. Made the 'time' div into a label and assigned it for the checkbox. Updated the code that selects the checkbox to prevent introduction of bug where clicking the row would not toggle the checkbox. VoiceOver after change: checkbox: "<history item timestamp> <checked/unchecked> checkbox" url: "visited link <name of link>" drop down: "actions pop up button" The exact words will be different depending on TTS program used, but should be similar for the controls in the list. There are no tests uploaded because these changes rely on VoiceOver to validate. BUG=404870 Review URL: https://codereview.chromium.org/492083002 Cr-Commit-Position: refs/heads/master@{#291274} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291274 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
mojo/application_manager/application_loader.h #includes a generated header from mojo_network_bindings. This means any target that uses this header (and thus depends on application_manager) must declare a hard dependency on mojo_network_bindings so that the generated header exists before that target tries to compile. This exports the hard dep (via gyp's export_dependent_settings) and from other targets with similar needs. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/496813002 Cr-Commit-Position: refs/heads/master@{#291273} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291273 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
gyp changes are made to filter out toolkit-views browser_tests that aren't yet compiled in to a toolkit-views Chrome binary on Mac. One, WebDialogBrowserTest.SizeWindow, was a disabled test (disabled for 4 years :o). It was preventing browser_tests compiling on MacViews because it was passing a gfx::NativeWindow to CreateWindowWithParent, which takes a view. The parent isn't important for the test - it's just adding widget context. This CL changes the parent to be web_contents->GetNativeView() instead so the test compiles. To ensure nothing breaks, the test needs to be enabled. According to the comment, the reasons for it being disabled on Windows still seem relevant. However, on Linux the test was just timing out due to a quirk of the test. So the quirk is fixed, and WebDialogBrowserTest.SizeWindow is enabled on Linux Aura. The test is also enabled on Mac, but currently fails because NativeViewHost isn't implemented yet. That's coming, and leaving the test enabled will ensure we check it. With this change browser_tests compiles and links on toolkit-views Mac. BUG=404979, 399191, 52602 TEST=browser_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290998 Review URL: https://codereview.chromium.org/486063002 Cr-Commit-Position: refs/heads/master@{#291272} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291272 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
This moves the Safe Browsing and SSL interstitial HTML/JS into a single new folder: chrome/browser/resources/security_warnings/. It also moves some common code out of the SSL-related JS file and into the general interstitial JS file. BUG=402540 Review URL: https://codereview.chromium.org/480393002 Cr-Commit-Position: refs/heads/master@{#291270} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291270 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
The rollback tests now listen to both the ProfileSyncService state as well as for the completion of the browsing data remover. The shutdown observer now also listens directly to the ProfileSyncService, rather than polling every second. BUG=406005 Review URL: https://codereview.chromium.org/483883003 Cr-Commit-Position: refs/heads/master@{#291269} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291269 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
BUG=395376 Review URL: https://codereview.chromium.org/495213002 Cr-Commit-Position: refs/heads/master@{#291268} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291268 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Disable PluginTest.VerifyNPObjectLifetimeTest and PluginTest.CreateInstanceInPaint since they're flaking. BUG=406184 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/494243003 Cr-Commit-Position: refs/heads/master@{#291267} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291267 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishtr@chromium.org authored
It's not used anywhere. BUG=399506 Review URL: https://codereview.chromium.org/438843002 Cr-Commit-Position: refs/heads/master@{#291266} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291266 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
BUG=405985 R=rogerta@chromium.org Review URL: https://codereview.chromium.org/496753002 Cr-Commit-Position: refs/heads/master@{#291264} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291264 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
This CL is one part of the effort to change chrome to use gaiaid instead of email address as the unique id for an account. BUG=341408 Review URL: https://codereview.chromium.org/425823002 Cr-Commit-Position: refs/heads/master@{#291263} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291263 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
These files aren't used or referenced anywhere, delete them. Review URL: https://codereview.chromium.org/495203002 Cr-Commit-Position: refs/heads/master@{#291262} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291262 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This CL exposes a much simpler content/public method: void RenderView::AttachToBrowserPlugin(blink::WebNode&) This removes BrowserPlugin's usage of NPAPI method bindings. This will hopefully help us move towards using OOPIFs. BUG=330264 Review URL: https://codereview.chromium.org/444813002 Cr-Commit-Position: refs/heads/master@{#291261} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291261 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
If the Avatar Bubble (profile chooser) is open and the Avatar Button is clicked, the bubble should disappear. BUG=402014 Review URL: https://codereview.chromium.org/488253002 Cr-Commit-Position: refs/heads/master@{#291260} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291260 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291259} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291259 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
Two things going wrong: - the Windows new avatar button wasn't listening to avatar changes, so its display would be out of sync with the avatar bubble - when saving the avatar photo, this was also considered a name save (even though the name wouldn't change), which made the default name an explicit user decision (which it wasn't) BUG=405750 Review URL: https://codereview.chromium.org/493113002 Cr-Commit-Position: refs/heads/master@{#291258} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291258 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180709:180728&mode=html TBR=dglazkov@chromium.org,wibling@chromium.org BUG= Review URL: https://codereview.chromium.org/493193002 Cr-Commit-Position: refs/heads/master@{#291257} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291257 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Currently, the .cc is included in multiple targets. In incremental builds this results in errors like: [609->8104/8713 ~0] LINK_EMBED unit_tests.exe FAILED: d:\src\depot_tools\python276_bin\python.exe gyp-win-tool link-with-manifests environment.x86 True unit_tests.exe "d:\src\depot_tools\python276_bin\python.exe gyp-win-tool link-wrapper environment.x86 False link.exe /nologo /OUT:unit_tests.exe @unit_tests.exe.rsp" 1 mt.exe rc.exe "obj\chrome\unit_tests.unit_tests.exe.intermediate.manifest" obj\chrome\unit_tests.unit_tests.exe.generated.manifest ..\..\build\win\compatibility.manifest content_app_both.startup_helper_win.obj : error LNK2005: "void __cdecl content::InitializeSandboxInfo(struct sandbox::SandboxInterfaceInfo *)" (?InitializeSandboxInfo@content@@YAXPAUSandboxInterfaceInfo@sandbox@@@Z) already defined in test_support_content.startup_helper_win.obj content_app_both.startup_helper_win.obj : error LNK2005: "void __cdecl `anonymous namespace'::InvalidParameter(wchar_t const *,wchar_t const *,wchar_t const *,unsigned int,unsigned int)" (?InvalidParameter@?A0xc496daa2@@YAXPB_W00II@Z) already defined in test_support_content.startup_helper_win.obj content_app_both.startup_helper_win.obj : error LNK2005: "void __cdecl `anonymous namespace'::PureCall(void)" (?PureCall@?A0xc496daa2@@YAXXZ) already defined in test_support_content.startup_helper_win.obj content_app_both.startup_helper_win.obj : error LNK2005: "void __cdecl content::RegisterInvalidParamHandler(void)" (?RegisterInvalidParamHandler@content@@YAXXZ) already defined in test_support_content.startup_helper_win.obj content_app_both.startup_helper_win.obj : error LNK2005: "void __cdecl content::SetupCRT(class base::CommandLine const &)" (?SetupCRT@content@@YAXABVCommandLine@base@@@Z) already defined in test_support_content.startup_helper_win.obj unit_tests.exe : fatal error LNK1169: one or more multiply defined symbols found when incremental_chrome_dll=1 used in Release build. By putting the .cc in a static_library target and depending on it as necessary, rather than including the .cc into multiple places, this is avoided. R=jam@chromium.org TBR=sky@chromium.org BUG=404809 Review URL: https://codereview.chromium.org/470523005 Cr-Commit-Position: refs/heads/master@{#291256} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291256 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
Previously our handling of ignored touches would put the gesture recognizer into a very confused state. BUG=405519 TEST=GestureRecognizerTest.IgnoredEventsDontPreventFutureEvents Review URL: https://codereview.chromium.org/489213003 Cr-Commit-Position: refs/heads/master@{#291255} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291255 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=394869 Review URL: https://codereview.chromium.org/488163003 Cr-Commit-Position: refs/heads/master@{#291254} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291254 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291253} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291253 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Aug, 2014 10 commits
-
-
chrishenry@google.com authored
TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/489243002 Cr-Commit-Position: refs/heads/master@{#291252} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291252 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Also removed dependent switches --disable-scripted-print-throttling and --renderer-print-preview. BUG=374321 Review URL: https://codereview.chromium.org/488853002 Cr-Commit-Position: refs/heads/master@{#291251} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291251 0039d316-1c4b-4281-b951-d872f2087c98
-
thiago.santos@intel.com authored
Now is up to the component embedding the SystemInfo API to implement the DisplayInfoProvider. The motivation for this change is we want to move the SystemInfo API to extensions/ but DisplayInfoProvider depends on ash/, which will link with ui/views/, and that is way too big. The ultimate goal is to have SystemInfo on the app_shell without increasing its footprint considerably. BUG=392842 Review URL: https://codereview.chromium.org/476103002 Cr-Commit-Position: refs/heads/master@{#291250} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291250 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@chromium.org authored
Add unittest that fails crbug/399671 but pass with the fix. BUG=399671 Review URL: https://codereview.chromium.org/488763004 Cr-Commit-Position: refs/heads/master@{#291249} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291249 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Previously, we flattened all the iterations and reported one number. Now we report the geo mean of each iteration so that the dashboard can display the stddev. BUG=405719 Review URL: https://codereview.chromium.org/493153002 Cr-Commit-Position: refs/heads/master@{#291248} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291248 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
While we're here, remove silly DCHECKs on pointers that are dereferenced in the next line anyway. R=asanka@chromium.org,jsbell@chromium.org TBR=falken@chromium.org,dominicc@chromium.org BUG=None Review URL: https://codereview.chromium.org/461343006 Cr-Commit-Position: refs/heads/master@{#291247} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291247 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
BUG=401180 Review URL: https://codereview.chromium.org/461043003 Cr-Commit-Position: refs/heads/master@{#291246} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291246 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=387122 TEST=none R=keybuk@chromium.org Review URL: https://codereview.chromium.org/495763004 Cr-Commit-Position: refs/heads/master@{#291245} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291245 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalyp@chromium.org authored
BUG=393873 R=dbeam@chromium.org TEST=gyp --depth . third_party/closure_compiler/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/490213003 Cr-Commit-Position: refs/heads/master@{#291244} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291244 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://historyvitalyp@chromium.org authored
BUG=393873 R=dbeam@chromium.org TEST=./third_party/closure_compiler/runner/build_runner_jar.py && gyp --depth . chrome/browser/resources/history/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/454223004 Cr-Commit-Position: refs/heads/master@{#291243} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291243 0039d316-1c4b-4281-b951-d872f2087c98
-