- 18 Apr, 2013 40 commits
-
-
craigdh@chromium.org authored
BUG=None TEST=Tests run. Review URL: https://codereview.chromium.org/14328023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195022 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
A small number of devices cannot be paired, but can at least be connected to insecurely. Support these by marking the devices as Trusted, which causes BlueZ to remember the device and which allows future incoming connections from them. Make IsPaired() return true for these devices, there's no reason in the UI to treat these any differently than paired devices. TBR=youngki@chromium.org BUG=232145 TEST=device_unittests Review URL: https://codereview.chromium.org/14225017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195021 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
More standards-comformant, also needed for C++11 on Linux. BUG=233330 Review URL: https://codereview.chromium.org/14188028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195020 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
It has been timing out on Vista interactive_ui_tests. BUG=233372 Review URL: https://codereview.chromium.org/14366006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195019 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195018 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=%2Ftrunk&range=148651%3A148661&mode=html TBR=caseq@chromium.org Review URL: https://codereview.chromium.org/13896015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195017 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
R=jzern TBR=darin BUG=none Review URL: https://codereview.chromium.org/14328020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195016 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
Missed this during refactoring of: https://chromiumcodereview.appspot.com/13140006 BUG=179250 NOTRY=true No try to get this landed ASAP. Review URL: https://chromiumcodereview.appspot.com/14365005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195015 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
This was causing renderer crashes when the alternate error page passed in a NULL WebURLRequest. > New network error page: Fix resubmit warning when > navigating forward / back to a page generated by a > POST that can not be retrieved from the CACHE. > > This was broken (knowingly) in revision 191712 > (https://codereview.chromium.org/12277011/). > > BUG=174194,226909 > > Review URL: https://codereview.chromium.org/13811022 TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/14369002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195014 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
> Remove reference counting from media::VideoDecoder and friends. > > In addition: > * VideoRenderer is now passed a list of decoders via constructor instead of Initialize() > * WebMediaPlayerImpl's FilterCollection is now built in one shot instead of incrementally > > BUG=173313 > > Review URL: https://codereview.chromium.org/12989009 TBR=scherkus@chromium.org Review URL: https://codereview.chromium.org/14320005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195013 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
This is an update on a fix that landed in r193296 and fixed the ASAN builder. The target folder name can be different from one builder to the next, so I'm switching to using the GYP variable instead. BUG=233173 Review URL: https://chromiumcodereview.appspot.com/14084004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195012 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13874012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195011 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
TBR=cduvall@chromium.org Review URL: https://codereview.chromium.org/14366003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195008 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
> Revert 194964 "Added images for disabled print button for PDF pl..." > > > Added images for disabled print button for PDF plugin. > > BUG=224623 > > Review URL: https://codereview.chromium.org/14113021 > > TBR=vitalybuka@chromium.org > Review URL: https://codereview.chromium.org/14301013 TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/14040007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195007 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/14330016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195006 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is temporary just to avoid weird link issues in Windows XP. - Update the gyp file. - Rename the gyp file from googleurl.gyp to url.gyp, so it matches the directory name. - Update the header include paths. - Update the header include guards. - Rename the target name from googleurl to url and googleurl_unittests to url_unittests. - Remove GURL_API (this will be replaced by URL_EXPORT when we componentize it again). - Remove url_common.h (will be replaced by url_export.h when we componentize it again). BUG=229660 TEST=url_unittests R=brettw@chromium.org Review URL: https://codereview.chromium.org/13998025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195005 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
are windows open in the other side. Chrome AURA and ASH in Windows 8 share the same browser process. If the browser windows on one side are closed then we should not attempt to shutdown if there are browser windows open in the other side (desktop/ASH) BUG=232245 R=cpu Review URL: https://codereview.chromium.org/13977008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195003 0039d316-1c4b-4281-b951-d872f2087c98
-
kloveless@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/14308014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195002 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
libav's AVFrame doesn't have channels field. BUG=none Review URL: https://codereview.chromium.org/13991013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195001 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
This patch connects MediaStreamCaptureIndicator with status tray on Android so that status icons can be displayed. BUG=231804 Review URL: https://codereview.chromium.org/14318005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195000 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Motivated by issues I had working in BrowserView and BrowserViewLayout: * Remove unnecessary virtual keyword and protected section, as this class has no subclasses. * Grouped overridden methods together. * Fixed function order in .cc file. * Renamed contents_container_ to contents_web_view_, as it is a WebView * Renamed contents_ to contents_container_, as it is a ContentsContainer BUG=232971 TEST=compiles, existing browser tests Review URL: https://codereview.chromium.org/14205026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194999 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
Review URL: https://codereview.chromium.org/14002006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194998 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
MSVC extends the lifetime of such objects, but clang does not, and it errors on this construct. R=ananta@chromium.org BUG=82385 Review URL: https://codereview.chromium.org/14141005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194997 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194996 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14246013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194995 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/14016002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194994 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
In addition: * VideoRenderer is now passed a list of decoders via constructor instead of Initialize() * WebMediaPlayerImpl's FilterCollection is now built in one shot instead of incrementally BUG=173313 Review URL: https://codereview.chromium.org/12989009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194993 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://oobe/loginachuith@chromium.org authored
* Introduce MiscWebContentsBackend for chrome://oobe/login. * Fix navigation of chrome://oobe/login by using misc_web_contents_backend instead of tab_list_backend. BUG=228970 TEST=unit tests. Review URL: https://codereview.chromium.org/13836002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194992 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/14322004/yfriedman@chromium.org authored
The change unintentionally made the "always re-run strip" logic apply to non-component build as well. Restored the original logic. BUG=158821 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14057015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194991 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=%2Ftrunk&range=148644%3A148650&mode=html TBR=caseq@chromium.org Review URL: https://codereview.chromium.org/14044013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194989 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
By not putting opt out users in the "No" group, our dashboard in Finch was showing only the explicit opt in users. Not ideal for A/B comparisons! R=stevet, pasko Review URL: https://chromiumcodereview.appspot.com/14048014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194987 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This is the same as https://chromiumcodereview.appspot.com/13495003 rebased. Hopefully the unit tests are more robust now and will not be broken by the added tests changing test order this time. BUG=226495 TBR=xiyuan@chromium.org,nkostylev@chromium.org,bartfab@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/14269004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194986 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
This fixes a coding convention violation (since signin_manager_fake.h actually defined FakeSigninManager) and also matches what the rest of Chrome does (there is only one other instance of xxxxx_fake.cc, but many instances of fake_xxxxx.cc). BUG=none TBR=sky@chromium.org, tim@chromium.org Review URL: https://chromiumcodereview.appspot.com/13871009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194985 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=222681 Review URL: https://codereview.chromium.org/14190003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194984 0039d316-1c4b-4281-b951-d872f2087c98
-
samarth@chromium.org authored
In local-only mode, don't bother preloading the Instant NTP. The speed savings of preloading a local page are minimal and this will help reduce the memory usage. BUG=none Review URL: https://chromiumcodereview.appspot.com/14232007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194982 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
Probably perf regression. > Prevent chrome.app JSON schema from loading on every page > > The app API along with app.window and app.runtime have been converted to use > the feature system. Bindings are not added to the chrome object for unavailable > APIs that are children of available APIs. For example, if chrome.app is > available, we will not add lazy bindings to chrome for app.window and > app.runtime. This eliminates the need to load the app schema, because we no > longer need to get chrome.app to add the app.runtime and app.window bindings. > > BUG=55316 > > Review URL: https://chromiumcodereview.appspot.com/13604005 TBR=cduvall@chromium.org Review URL: https://codereview.chromium.org/14352014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194981 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194980 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r11192: (sehr) Create distinct temporary file for syscall disabling test. Was causing failures r11193: (olonho) Implement pthread cleanup handlers for newlib version of pthreads. r11194: (dschuff) Implement torture test script in python using buildbot_lib r11195: (jvoung) Update compile_time perf expectations for the x86s after RDFA switch. r11196: (dschuff) Don't use libnosys .gnu.warning section hack for PNaCl. r11197: (dschuff) PNaCl: Update LLVM revision in pnacl/DEPS r11198: (jvoung) Update PNaCl archived frontend rev to 11141 to get driver commandline flag. r11199: (bsy) In NaClHostDescMap, mmap sans PROT_EXEC, then request the permission using mprotect. r11200: (jvoung) Update PNaCl in TOOLS_REVISIONS r11164 -> r11177 r11201: (ncbray) Add more metadata for validation caching. r11202: (stichnot) Allow -Oz in addition to -Os to be passed through. r11203: (jvoung) Update perf expectations (better compiletime_eon, transfersize_*). r11204: (ncbray) Enable validation caching tests for the RDFA validator. r11205: (jvoung) Update PNaCl TOOL_REVISIONS from 11177 to 11198. r11206: (ncbray) Change the ownership of NaClValidationMetadata's file_name field. r11207: (jvoung) build_nexe: Finalize pnacl pexes by default. Have flag to opt out. r11208: (mseaborn) PNaCl: Use "--pnacl-allow-exceptions" following toolchain roll BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/14340002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194979 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
Reverting because url uses BrowserBackend.tab_list_backend, which is not correct for WebContents. > Move browser and url to WebContents from Tab. > > BUG=None > TEST=unit tests > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/14185002 Review URL: https://codereview.chromium.org/14064014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194978 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add 'command' on linux too. OSX will come next. TBR=csharp@chromium.org BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13956022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194976 0039d316-1c4b-4281-b951-d872f2087c98
-