- 01 Feb, 2013 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180060 0039d316-1c4b-4281-b951-d872f2087c98
-
aboxhall@chromium.org authored
Also add outline: none to menu items in the drop-down menus on the history page, as the focus is indicated by the colour. BUG=172816 Review URL: https://chromiumcodereview.appspot.com/12091099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180059 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=155221 Review URL: https://chromiumcodereview.appspot.com/12091085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180058 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This will allow nacl_helper to link against breakpad_linux.cc (which calls SetDumpWithoutCrashingFunction()) without pulling in the rest of logging_chrome.cc, which depends on logging code generated for all IPC messages which we don't want to pull into nacl_helper. BUG=https://code.google.com/p/nativeclient/issues/detail?id=2096 TEST=build Review URL: https://chromiumcodereview.appspot.com/12090096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180057 0039d316-1c4b-4281-b951-d872f2087c98
-
cira@chromium.org authored
Makes localeCompare much faster in default mode. TBR=jshin@chromium.org BUG=170864 TEST=Test 'a'.localeCompare('c') vs. 'a'.localeCompare('c', 'sr'). Review URL: https://chromiumcodereview.appspot.com/12084095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180056 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://tracingjam@chromium.org authored
BUG=169170 Review URL: https://codereview.chromium.org/12088099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180055 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Add a default memory allocation level for clients that have not yet sent memory usage levels to the manager. This default is currently set to equal the minimum, but the minimum will be lowered substantially in the future (and the default will stay higher, to avoid a low-res flicker at load). Change GetMinimumClientAllocation to always use a value set during initialization instead of having a separate override flag. Fix a comparison bug that caused no clients to retain their memory when made nonvisible. Make clients that are nonvisible and have had their memory evicted not be given a budget that gives them back their memory until they are made visible again. This prevents situations where we burn resources painting-then-freeing resources for backgrounded clients. BUG=168413 Review URL: https://chromiumcodereview.appspot.com/12087078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180054 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
These will be used by X/touch/mouse driver to adjust mouse movement. BUG=119268 TEST=none Review URL: https://chromiumcodereview.appspot.com/12047111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180053 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
There are 2 parts to this change: 1. Implement setup.exe switch --query-eula-acceptance, and return the result via exit code. - Main use case is system-level, which requires the "--system-level" switch. - Return code: 0 if "not accepted", 1 if "accepted", and -1 if failed. 2. Add the app command query-eula-acceptance to Chrome binary during installation to execute: setup.exe --query-eula-acceptance [--system-level] BUG=151303 TBR=ben Review URL: https://chromiumcodereview.appspot.com/12035043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180052 0039d316-1c4b-4281-b951-d872f2087c98
-
clholgat@chromium.org authored
Using a boolean UMA histogram to track slow scrolling so we know how frequently it happens compared to fast scrolling gives a more complete idea of what's going on. BUG= #164083 Review URL: https://chromiumcodereview.appspot.com/12035038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180051 0039d316-1c4b-4281-b951-d872f2087c98
-
skaslev@chromium.org authored
Also fixes a transform bug when a render pass is being backed by a texture with larger-than-necessary resolution. BUG=124671,171055 Review URL: https://chromiumcodereview.appspot.com/12090080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180050 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
TEST=In the media gallery permission dialog, hover over the gallery entry for a USB drive and see a path. Unplug the device and hover over the now detached gallery should no longer show a tooltip. Review URL: https://chromiumcodereview.appspot.com/12090078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180049 0039d316-1c4b-4281-b951-d872f2087c98
-
aelias@chromium.org authored
This flag activated a different coordinate space for pinch that was used only on Android. Android has now converted to desktop pinch and this old mode is already starting to break, so we should delete this flag. I'll follow up with further cleanup later. I also set apply_page_scale_factor_in_compositor to true in all cases in order to avoid needing any further support for the codepaths where it's false (it should be a no-op when pinch is disabled in principle). NOTRY=true BUG=173534 Review URL: https://chromiumcodereview.appspot.com/12089100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180048 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Separating the shadow border from the card isn't a good idea because the shadow doesn't follow the slide-out animation of its contents. Rather we should specify the shadow border directly to the card, and make the card aware of the border. BUG=172010 TEST=on device, open the message center and swipe the notification. Review URL: https://chromiumcodereview.appspot.com/12082064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180047 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
TEST=aura_unittests R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/12087006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180045 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Pass audio constraints to WebRTC. This is a reland after revert in r179832. Fixed memory leaks in unit tests in the last patch. BUG=None Review URL: https://chromiumcodereview.appspot.com/12086092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180044 0039d316-1c4b-4281-b951-d872f2087c98
-
justinlin@chromium.org authored
Fix audio mirroring glitching on platforms with small buffer sizes by blocking while waiting for more data in VAOS::ProvideInput. BUG=168006 TEST=Tested using --force-audio-mirroring that audio is no longer garbled on mac Review URL: https://chromiumcodereview.appspot.com/12079086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180043 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Noticed that SlideOutView calls handled() to any scroll gestures, even though the gesture doesn't have very litle (or no) effects horizontally. So normal vertical scroll gestures will be ignored if the gesture event happens on the cards. BUG=172991 TEST=on device, open with many notifications and scroll it by gesture Review URL: https://chromiumcodereview.appspot.com/12079061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180042 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@google.com authored
BUG=chromium-os:37884 TEST=manual verification Review URL: https://codereview.chromium.org/12088088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180041 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://media-internalsjam@chromium.org authored
Move chrome://media-internals to content. This allows us to hide implementation details from the public API. BUG=169170 Review URL: https://codereview.chromium.org/12153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180040 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
This can happen if (e.g.) master_preferences filters out all things available to import (e.g.) from Safari. The import process on mac still starts, but has nothing to import. This causes it to hang, because the Import_Finished IPC is hooked onto the last item (not on NotifyEnded). This change also adds a regression test. BUG=169984 TEST=Added browser_test:FirstRunMasterPrefsBrowserTest.ImportNothingAndShowNewTabPage Review URL: https://chromiumcodereview.appspot.com/12094026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180039 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@chromium.org authored
Add a release build of the libraries so that users don't need to build it themselves. NOTRY=true R=sbc@chromium.org Review URL: https://chromiumcodereview.appspot.com/12093096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180038 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Turning the experiment on will enable the full history sync flag, which both updates the history UI to use full history, but also enables the history delete directives sync datatype. BUG=141245 Review URL: https://chromiumcodereview.appspot.com/12091081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180037 0039d316-1c4b-4281-b951-d872f2087c98
-
MHX348@motorola.com authored
BUG=162530 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/12088089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180036 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
With https://codereview.chromium.org/12090058, changes were made to third_party/protobuf to componentize the target protobuf_lite. A comment was added to README.chromium to document the changes. The revision number carrying those changes wasn't known at the time. This patch merely patches in the correct revision number in the comments, now that the change itself has landed. See https://codereview.chromium.org/12090058 for the actual review. TBR=dpranke@chromium.org BUG=172800 Review URL: https://codereview.chromium.org/12159002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180035 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
One of the long term goals of the sync team has been to pull sync out of chrome_dll and into its own component. This should result in faster link times for component builds, and cleaner demarcation between sync code and the rest of chrome. This patch does the following: - Splits off sync.gyp into gypi files for sync_core, sync_api, sync_internal_api, sync_notifier and sync_proto. - Audits the dependencies of various targets in sync.gyp, sync_tests.gyp, and other chrome gyp files, and makes sure all dependencies are explicitly declared. - Makes targets declared in gyp files outside sync.gyp directly depend on sync.gyp:sync instead of inner sync targets. - Implements two versions of the target 'sync.gyp:sync': 1) In static mode, the public 'sync' target has a target type of 'none', and is composed of the static library targets 'sync_api', 'sync_core', 'sync_internal_api', 'sync_notifier', and 'sync_proto'. 2) In component mode, we build the public 'sync' target into a single shared library, which includes the contents of sync_api.gypi, sync_core.gypi, sync_internal_api.gypi, sync_notifier.gypi, and sync_proto.gypi. TBR=akalin,robertshield,thakis BUG=136928 TEST=Set GYP_DEFINES="component=shared_library" and build the 'all' target on all platforms. Review URL: https://codereview.chromium.org/11412211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180034 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180031 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/12129002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180029 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
The underlying CL is https://codereview.chromium.org/10828060/ R=mark@chromium.org,rsleevi@chromium.org BUG=139432 TEST=no build error or net_unittests failure. Visit https://www.google.com/ on iOS. Review URL: https://chromiumcodereview.appspot.com/12087114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180028 0039d316-1c4b-4281-b951-d872f2087c98
-
jwd@chromium.org authored
This sets up a finch server style server controlled field trial to experiment with having the profile switcher always visible. We want to see the effect this has on sign in. BUG=172872 TEST=start chrome with --force-fieldtrials=ShowProfileSwitcher/AlwaysShow/ either with a clean user data dir or only one profile. The avatar menu should be visible and there should only be one profile in the profile switcher. You should also be able to edit that profile. Review URL: https://chromiumcodereview.appspot.com/12040085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180027 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Mobile (Android and iOS). Added a new page chrome://net-export to start/stop/send the net_log for mobile platforms. net_log entries are saved in "chrome-net-export-log.json" file created in temporary directory. Button "Start Saving (after deleting old data)" will start saving to a temporary file in "NetLog" directory in Temp directory. It deletes all the old temporary files that were in that directory before creating a new temporty file. It is a no-op if we are already saving data into a file. Button "Stop Saving Data" closes the temporary file so that it could be mailed. It is a no-op if we haven't started saving data into a file. Button "Send Data" emails the data file if a temporary file exists in "NetLog" directory. It is a no-op if there is no file. There is only a single temporary file into which we log the data. NetLog data is saved in the browser process. Logging of net_log data behaves similar to the command line option --log-net-log. If chrome://net-export is accessed in multiple tabs, action in first tab wins. If Stop is clicked in any tab, logging stops. If start is clicked in any tab, net logging starts. about:about lists chrome://net-export as one of the links. unit tests create a temporary file for each test run and they delete the file at the end of the test run. mmenke@ and/or eroman@ for chrome\browser\resources and webui changes. jar@ for net_log_temp_file changes. jhawkins@chromium.org for chrome\browser\ui\webui and chrome\browser\resources OWNERS stamp. R=jar@chromium.org, mmenke@chromium.org BUG=151212 TEST=chrome://net-export Review URL: https://chromiumcodereview.appspot.com/11828036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180026 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new media::ScreenCaptureDevice implements VideoDeviceCapture interface that captures screen content. It will be used to support screen capturing in MediaStream API. BUG=134249 Review URL: https://chromiumcodereview.appspot.com/11680002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180025 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Necessary for https://bugs.webkit.org/show_bug.cgi?id=108421 Once both pieces are in, the web intents code will no longer be built in chromium/android. That it's currently built looks like an accident, given that enable_web_intents is explicitly set to 0 in common.gypi. BUG=173194 Review URL: https://codereview.chromium.org/12143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180023 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
This involved adding support for outstanding commands to return in any order. BUG=172944 TEST=unittests Review URL: https://chromiumcodereview.appspot.com/12093057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180022 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
The problem could happen when executing: ProxyResolverV8TracingTest.CancelWhileBlockedInNonBlockingDns The issue was the Job was not expecting it could get cancelled within the call to the HostResolver. It now handles this case, and I have added a Sleep() so the timing conditions for this problem manifest consistently. BUG=173373,119151 Review URL: https://chromiumcodereview.appspot.com/12088090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180021 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
Adds a new field to NavigationEntry called ExtraData, meant to be used to store extra browser features on a per-need basis. Used here to store extracted search terms. BUG=159326,153477,167067 TEST=NavigationEntryTest, TabNavigationTest Review URL: https://chromiumcodereview.appspot.com/11876045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180020 0039d316-1c4b-4281-b951-d872f2087c98
-
caitkp@chromium.org authored
BUG=166488,173074 TBR=ben@chromium.org (for gyp changes) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=179527 Review URL: https://chromiumcodereview.appspot.com/11862010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180019 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
> Avoid leaking TestWebIDBFactory instances, and reset > the TestWebIDBFactory instance between layout tests. > > (The last part depends on a WebKit patch to actually > call ResetTestEnvironment.) > > R=jsbell@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/12093086 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/12090108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180017 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
On dispatching ET_EXITED, the event is sent with a native_event of NCMOUSEMOVE, which the renderer doesn't want, so don't send it on. R=sky@chromium.org BUG=173051 Review URL: https://codereview.chromium.org/12091095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180016 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
> Allow NPAPI & Trusted Broker plugins access to OS-level HighDPI APIs. > > As per crrev.com/10069029, OS 10.7.3 and above report low-DPI to > processes that lack an NSPrincipalClass key in their manifest. Because > Chromium Helper processes lacked this key, NPAPI or Trusted Broker > plugins they hosted could not use the OS HighDPI APIs. > > This CL adds the key to Chromium's Helper process plist, so that APIs > such as -[NSScreen backingScaleFactor] will now return 2 under HighDPI. > > Note that NPAPI plugins still can't paint HighDPI surfaces yet because > chrome doesn't implement the NPAPI ContentsScaleFactor specification > (see crbug.com/31960). > > BUG=167209 > > Review URL: https://chromiumcodereview.appspot.com/11642052 Making NPAPI host processes DPI-aware appears to break Netflix' Silverlight client when it is running full-screen. BUG=167209,172559 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/12086101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180015 0039d316-1c4b-4281-b951-d872f2087c98
-