- 21 Aug, 2014 40 commits
-
-
yzshen@chromium.org authored
BUG=324170 TEST=None Review URL: https://codereview.chromium.org/473793004 Cr-Commit-Position: refs/heads/master@{#291058} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291058 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Turns out I had missed force_mic_volume_max.exe. TBR=grunell@chromium.org Review URL: https://codereview.chromium.org/490153002 Cr-Commit-Position: refs/heads/master@{#291057} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291057 0039d316-1c4b-4281-b951-d872f2087c98
-
bjornv@chromium.org authored
This Finch experiment turns reported delays, passed to webrtc::AudioProcessing, off on Mac. This has to be done at create time to avoid ruining other settings. BUG=385073 Review URL: https://codereview.chromium.org/467133006 Cr-Commit-Position: refs/heads/master@{#291056} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291056 0039d316-1c4b-4281-b951-d872f2087c98
-
pmeenan@chromium.org authored
"critical" phase is when the resources referenced in the head are being loaded and then the "regular" phase follows. We limit resources being loaded during the critical phase because nothing can be rendered on the screen until they have all loaded. Historically this was done by tracking when the main HTML parser reached the <body> tag but that doesn't always work because css resources do not block the parser. This patch flags all high priority requests that are started before the parser reaches the body tag as critical and only exits the critical loading phase once they have all finished loading. BUG=402891 Review URL: https://codereview.chromium.org/462813002 Cr-Commit-Position: refs/heads/master@{#291055} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291055 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This test flaked whenever the app launching process finished before the Ctrl+Alt+N accelerator is triggered by the test code. This race is fixed by blocking the FILE thread until the accelerator has been performed, so that the app loading can't proceed until the network screen is shown. BUG=372995 Review URL: https://codereview.chromium.org/494693003 Cr-Commit-Position: refs/heads/master@{#291054} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291054 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
BUG=401819 TEST=manually tested Review URL: https://codereview.chromium.org/494003002 Cr-Commit-Position: refs/heads/master@{#291053} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291053 0039d316-1c4b-4281-b951-d872f2087c98
-
jitendra.ks@samsung.com authored
While ENABLE_NOTIFICATION flag is enabled for android and ENABLE_EXTENSION flag is disable build breaks happens for function IsExtensionWithPermissionOrSuggestionInConsole() as this function is defined inside suggest_permission_util.h, which is inside extension flag. This patch is moved the code to proper flag. BUG= Review URL: https://codereview.chromium.org/492703003 Cr-Commit-Position: refs/heads/master@{#291052} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291052 0039d316-1c4b-4281-b951-d872f2087c98
-
haavardm@opera.com authored
None of these error codes are actually reported back by BoringSSL. SSL_R_WRONG_NUMBER_OF_KEY_BITS is changed to the proper error code SSL_R_BAD_DH_P_LENGTH. Test DH issue by loading https://demo.cmrg.net/ BUG=353579 Review URL: https://codereview.chromium.org/495553002 Cr-Commit-Position: refs/heads/master@{#291051} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291051 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
Android's bionic C library is intending to adopt the same semantics as glibc for strerror_r: define the version that returns char* if the source is compiled with _GNU_SOURCE instead of the POSIX version which returns int. Add __BIONIC__ to the condition for USE_HISTORICAL_STRERRO_R so that Chromium will still work. BUG= Review URL: https://codereview.chromium.org/491893002 Cr-Commit-Position: refs/heads/master@{#291050} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291050 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291049} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291049 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
* SyncFileSystemService::CallOnIdleForTesting. * Make SyncProcessRunner::OnSyncIdle invocation parallel task aware. * Make SyncProcessRunner::GetServiceState public BUG=402356 Review URL: https://codereview.chromium.org/480413006 Cr-Commit-Position: refs/heads/master@{#291048} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291048 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=180671:180693&mode=html TBR=dglazkov@chromium.org,wibling@chromium.org BUG= Review URL: https://codereview.chromium.org/488383002 Cr-Commit-Position: refs/heads/master@{#291047} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291047 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
TBR=gavinp BUG=none Review URL: https://codereview.chromium.org/469763003 Cr-Commit-Position: refs/heads/master@{#291046} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291046 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=387613 R=nkostylev@chromium.org TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/409113002 Cr-Commit-Position: refs/heads/master@{#291045} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291045 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
The android_webview needs to have some Java string resources, this change adds those. BUG=internal b/11505352 R=newt@chromium.org, primiano@chromium.org Review URL: https://codereview.chromium.org/416523002 Cr-Commit-Position: refs/heads/master@{#291044} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291044 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291043} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291043 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/a38acc74bba8a591dcdf0ef28a63175f6086214d..4082d290eea2f70caa82120ff3bc4fbdccbf206c CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=caryclark@google.com BUG= Review URL: https://codereview.chromium.org/495883002 Cr-Commit-Position: refs/heads/master@{#291042} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291042 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Now, media_util.js has only THumbnailLoader class ans we can rename it to thumbnail_loader.js. BUG=405838 TEST=Files.app and Gallery.app can launch Review URL: https://codereview.chromium.org/492163003 Cr-Commit-Position: refs/heads/master@{#291041} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291041 0039d316-1c4b-4281-b951-d872f2087c98
-
leecam@chromium.org authored
Android's bionic now uses the same clone flags in pthread_create as glibc NOTRY=true BUG=401555 TEST=sandbox_linux_unittests Review URL: https://codereview.chromium.org/484063004 Cr-Commit-Position: refs/heads/master@{#291040} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291040 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
* Adds ApplicationRunner{Chromium} to house common code. * Makes 'application_{chromium, standalone}' target depend on the appropriate environment target. Since application_{c,s} house different Runner types altogether, linking against the wrong application lib would yield unresolved externals. linking against a {wrong} environment lib would now result in duplicately defined symbols. So these changes help crbug.com/334543. BUG=334543 Review URL: https://codereview.chromium.org/441853002 Cr-Commit-Position: refs/heads/master@{#291039} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291039 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
LOG statements pollute output. BUG=N/A Review URL: https://codereview.chromium.org/489303002 Cr-Commit-Position: refs/heads/master@{#291038} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291038 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
This allows applications that are linked with nacl_io to use the libc-supplied versions of these functions when nacl_io is not initialized. Fix some issues with using nacl_io without ppapi present. Add some tests for using syscalls when nacl_io is not initialized. R=binji@chromium.org Review URL: https://codereview.chromium.org/474433005 Cr-Commit-Position: refs/heads/master@{#291036} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291036 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
In the case when the temporary_impl_bounds_ variable is set to ComputeInnerViewportContainerSize() (which is device_viewport_size_ / device_scale_factor()) the value should be rounded up, to match ContentViewCoreImpl::GetViewportSizeDip(). The incorrect rounding is causing the layer to be scrollable when the physical width is not cleanly divisible by the dpi scale. BUG=405580 Review URL: https://codereview.chromium.org/496473002 Cr-Commit-Position: refs/heads/master@{#291035} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291035 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
This removes the cryptic left-hand logo (that clears the search box when clicked...) and makes the title more prevalent. It also moves the search box to the opposite side of the page (e.g. right in LTR). R=arv@chromium.org BUG=405717 Review URL: https://codereview.chromium.org/472933004 Cr-Commit-Position: refs/heads/master@{#291034} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291034 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
When the user is choosing a language for a public session, Chrome needs to verify that the selected locale is actually available, which can be done by calling GetApplicationLocale(). However, that method has side effects, in that it not only resolves the locale but also sets the ICU default locale. This causes the ICU default locale to change inadvertently while the user is interacting with the language picker. This CL introduces a variant of GetApplicationLocale() without side effects and uses that for public session pods. BUG=403553 TEST=Extended unit and browser tests Review URL: https://codereview.chromium.org/486203002 Cr-Commit-Position: refs/heads/master@{#291033} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291033 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=405869 TEST=none Review URL: https://codereview.chromium.org/497473002 Cr-Commit-Position: refs/heads/master@{#291032} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291032 0039d316-1c4b-4281-b951-d872f2087c98
-
amistry@chromium.org authored
This stops the launcher from using its hotwording functionality, and adds support for the new extension. BUG=397019 Review URL: https://codereview.chromium.org/471853002 Cr-Commit-Position: refs/heads/master@{#291031} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291031 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=405865 TBR=jyasskin@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/492093003 Cr-Commit-Position: refs/heads/master@{#291030} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291030 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
This change fixes a few mojom declarations that were causing the mojo_demo_launcher to crash when fetching a simple Apache "It works!" web page. Review URL: https://codereview.chromium.org/488263002 Cr-Commit-Position: refs/heads/master@{#291029} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291029 0039d316-1c4b-4281-b951-d872f2087c98
-
sayan.nayak@samsung.com authored
I'm removing the redundant functions declared in ContentViewCoreImpl class. These functions are private and neither defined nor used anywhere. BUG=NONE. Review URL: https://codereview.chromium.org/495473002 Cr-Commit-Position: refs/heads/master@{#291028} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291028 0039d316-1c4b-4281-b951-d872f2087c98
-
feng@chromium.org authored
BUG=159202 Review URL: https://codereview.chromium.org/492843003 Cr-Commit-Position: refs/heads/master@{#291027} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291027 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
> Introduce WebViewGuestDelegate. > > > BUG=352290 > > Review URL: https://codereview.chromium.org/481003002 TBR=hanxi@chromium.org Review URL: https://codereview.chromium.org/473263005 Cr-Commit-Position: refs/heads/master@{#291026} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291026 0039d316-1c4b-4281-b951-d872f2087c98
-
mostynb@opera.com authored
Followup to https://codereview.chromium.org/391763002 to allow this to build on more compilers (which can fail when using structs defined in funtions in arraysize calls- as mentioned in base/macros.h). By refactoring to use TEST_P we can skip the manual loop entirely. BUG=348877 TEST=net_unittests --gtest_filter=Http* Review URL: https://codereview.chromium.org/448373003 Cr-Commit-Position: refs/heads/master@{#291025} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291025 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Otherwise |foo| can accidentally get reassigned. Also fix lint errors. Review URL: https://codereview.chromium.org/494473002 Cr-Commit-Position: refs/heads/master@{#291024} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291024 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This writes GN rules for all mojo unittests except for the ones that depend on view_manager which doesn't have GN build rules yet. This also fixes up a few deps in the gyp rules such as targets unnecessarily depending on mojo_cpp_bindings or base. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/494523004 Cr-Commit-Position: refs/heads/master@{#291022} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291022 0039d316-1c4b-4281-b951-d872f2087c98
-
ajith.v@samsung.com authored
When we long press on an input field with empty text, we should show paste popup, we shouldn't show the IME. This change takes care of preventing IME appearance when we do long press on empty edit field to make it uniform among all Android apps. BUG=230192 Review URL: https://codereview.chromium.org/484653003 Cr-Commit-Position: refs/heads/master@{#291021} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291021 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
BUG=405820 TEST=manually Review URL: https://codereview.chromium.org/490113002 Cr-Commit-Position: refs/heads/master@{#291020} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291020 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
It used to be used to pass upload information between Blink and the browser process, but has not been used for some time. BUG=none Review URL: https://codereview.chromium.org/495703002 Cr-Commit-Position: refs/heads/master@{#291019} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291019 0039d316-1c4b-4281-b951-d872f2087c98
-
mcasas@chromium.org authored
It can be read in the code: > QTKit achieves thread safety by posting messages to the > main thread. As part of -addOutput:, it posts a message to the main > thread which in turn posts a notification which will run in a future > spin after the original method returns. -removeOutput: can post a > main-thread message in between while holding a lock which the > notification handler will need. Posting either -addOutput: or > -removeOutput: to the main thread should fix it, remove is likely > safer. http://crbug.com/152757 In the same spirit, seems that -removeInput: and -stopRunning are being called from a background thread causing deadlocks every now and then. This CL temptatively sends _both_ to be run on UI thread, hence avoiding the potential deadlock. -stopCapture is called from VideoCaptureDeviceMac::StopAndDeAllocate() and then maybe in -setCaptureDevice. Remove the first call and make sure it's always called inside -setCaptureDevice. BUG=399792, 285053 Review URL: https://codereview.chromium.org/464363003 Cr-Commit-Position: refs/heads/master@{#291018} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291018 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
Cr-Commit-Position: refs/heads/master@{#291017} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291017 0039d316-1c4b-4281-b951-d872f2087c98
-