- 13 Feb, 2013 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182271 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
NOTRY=true BUG=none Review URL: https://chromiumcodereview.appspot.com/12256010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182270 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
NOTRY=true BUG=none Review URL: https://chromiumcodereview.appspot.com/12255013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182269 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
BUG=159200 Review URL: https://chromiumcodereview.appspot.com/12208135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182268 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r10739: (mseaborn) Use "volatile" when reading tramp_ret/user_ret from the untrusted stack r10740: (mcgrathr) toolchain_build: Update binutils and gcc revisions r10741: (mark) Mac OS X 64-bit support for nacl_signal_unittest. r10742: (mark) Work around a questionable behavior of shm_open/shm_unlink on Mac OS X 10.8. r10743: (mark) Update command_tester.py for 64-bit Mac OS X. r10744: (mcgrathr) Deploy new ARM toolchain r10745: (shcherbina) Validator_ragel: add support for memory access in gen_dfa.py. r10746: (jvoung) build_nexe.py: Be sure to pass link_flags to pnacl-translate to find the shim. r10747: (mark) Fix trusted_mmap_test for Mac OS X on x86_64. r10748: (mseaborn) Remove outdated comments about hard-coded constants in assembly files r10749: (kschimpf) Simplify the generation of instruction decoder testers for ARM tables. r10750: (kschimpf) Add ability to (incrementally) use generated baselines in ARM testing. r10751: (jfb) Don't configure with x86 options on ARM. r10752: (mseaborn) Exception handling test: Replace crash_at_known_address_*.S r10753: (kschimpf) Add uses to two ARM tables. r10754: (jfb) Run under QEMU only when on the wrong platform. r10755: (kschimpf) Use generated actual decoders in load_store_word_and_unsigned_byte. r10756: (kschimpf) Use generated actual decoders for ARM table: media_instructions. r10757: (kschimpf) Use generated actual decoders for ARM table: r10758: (kschimpf) Use generated actual decoders for ARM table: r10759: (kschimpf) Use generated actual decoders for ARM table: r10760: (kschimpf) Use generated actual decoders for ARM table: r10761: (kschimpf) Use generated actual decoders for ARM table: r10762: (kschimpf) Use generated actual decoders for ARM table: r10763: (kschimpf) Use generated actual decoders for ARM table: r10764: (mseaborn) Performance tests: Add a test for setjmp()/longjmp() r10765: (jvoung) Update pnacl gold rev: [MIPS] Fix for gp0 when reginfo section is not present r10766: (halyavin) Debug stub: Fix bug that allows access to invalid memory on Windows. r10767: (mseaborn) Clarify register list in syscall_return_regs_test.c r10768: (kschimpf) Add uses to ARM table advanced_simd_data_processing_instructions. r10769: (mseaborn) Clean up sel_memory.h functions to follow NaCl's CamelCase naming style r10770: (kschimpf) Use generated actual decoders for ARM table: r10771: (kschimpf) Use generated actual decoders for ARM table: r10772: (mseaborn) Factor out duplicated GioMemoryFileSnapshotCtor() + NaClAppLoadFile() calls r10773: (kschimpf) Use generated actual decoders for ARM table: r10774: (jfb) gitignore toolchain_build/{cache,out,src}/ r10775: (kschimpf) Use generated actual decoders for ARM table: r10776: (kschimpf) Use generated actual decoders for ARM table: r10777: (mseaborn) sel_ldr_launcher: Use the C IMC interface rather than the C++ IMC interface r10778: (mseaborn) IMC: Remove unused nacl::Send() and nacl::Receive() functions r10779: (jvoung) Remove non-streaming sandbox translator invocations from the driver. r10780: (shcherbina) Validator_ragel: implement r/m-splitting in gen_dfa.py. r10781: (shcherbina) Validator_ragel: implement byte/non-byte split for gen_dfa.py. r10782: (shcherbina) Validator_ragel: get rid of show-memory-suffix-... attribute. r10783: (shcherbina) Validator_ragel: don't support spurios data16 prefix in decoder when rex.W=1. BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/12257009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182266 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
We didn't set the size of webview in https://codereview.chromium.org/12218122 This change should fix that Scaling should be done by the Compositor thread, and we are no longer using css transform to do scaling. BUG=175121 Review URL: https://codereview.chromium.org/12230018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182263 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL fixes a one-letter typo in a policy description. BUG=None TEST=None TBR=mnissler@chromium.org Review URL: https://chromiumcodereview.appspot.com/12230009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182262 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Use "cat /dev/null" rather than "echo". "echo" is not guaranteed to be in the path or the system image. "cat" seems available on the images used by the bots. BUG=175127 Review URL: https://chromiumcodereview.appspot.com/12230008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182261 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
Before the change, the database would contain leftover "namespace-namespaceid-" keys with no areas. This change ensures that they are not left over, and that the existing leftover keys are scavenged. (This will delete the leftover data for users who have it.) BUG=175232 R=michaeln Review URL: https://chromiumcodereview.appspot.com/12224092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182259 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Win8 default browser registration code is extracted into a fairly minimal .rgs script with a helper app that is then invoked by the ash unittests. A full ICommandExecuteImpl implementation turns out to not be needed as the ash tests activate the registered default browser directly by AppUserModelId which avoids the need for ICommandExecuteImpl and the other stuff in the production delegate_execute.exe. BUG=154081 TEST=ash_unittests, eventually. Review URL: https://chromiumcodereview.appspot.com/12096064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182258 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
> Disabled help page than shown when USB printer connected. > > Need time to address privacy issues. > > BUG=175941 > TBR=keybuk > > Review URL: https://codereview.chromium.org/12251017 TBR=vitalybuka@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182257 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
Move the battery icon 1 pixel lower. Center the battery icon and remove the special code adjustment for clipping non-centered battery icon. Use new battery icons that aligns with battery percentage better. BUG=172701 TBR=sky Review URL: https://codereview.chromium.org/12259007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182255 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Public documentation says CANCEL should be treated similarly to UP except it should not be peforming any of the actual actions. BUG= Android only change. Ran through android trybots. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12223101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182254 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/12220082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182253 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
In class method (not instance methods), we shouldn't use this because 'this' indicates not "instance" but "class" itself. BUG=175657 TEST=Files.app launches. TBR=mtomasz@chromium.org, haruki@chromium.org Review URL: https://chromiumcodereview.appspot.com/12261004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182252 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
Previously, if the component-updated Flash was the same version as the bundled one, the component-updated one took precedence. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/12218125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182251 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is needed on Android by the application side since r181488. BUG=175159 Review URL: https://chromiumcodereview.appspot.com/12217109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182250 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=169783, 166973, 174061 TEST=unit_tests:NetworkPortalDetectorTest* Review URL: https://codereview.chromium.org/12260003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182249 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
All the changes are in comment. BUG=175657 TEST=none TBR=mtomazs@chromium.org Review URL: https://codereview.chromium.org/12262010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182247 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
No semantics are changed. BUG=175657 TEST=Files.app launches. TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12254008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182246 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
Update JS code in settings page to clear the |controlled-by| attribute on the "Disconnect your Chromium Account" button if signout is allowed. Otherwise, this attribute could get set, but then never cleared if signout was later allowed. BUG=175709 Review URL: https://chromiumcodereview.appspot.com/12210144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182245 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
The associated bug seems to imply a crash on this line ClassifyPage(controller_->GetWebContents()->GetURL()) in OmniboxEditModel::OpenMatch(). This change corrects the part of the test that may fail (if there's no active tab for some reason). I think controller_ is always valid (the rest of the edit model code use it without testing it for non-NULL). But I see at least two places in OmniboxEditModel that test for the non-NULLness of controller_->GetWebContents(). Hence, I think it might be able to be NULL, so this change adds a test for it here too. TEST=new code compiles BUG=142931 Review URL: https://chromiumcodereview.appspot.com/12250014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182244 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://gesturepkotwicz@chromium.org authored
Bug=174123 Test=Manual Repro steps: 1) Run chrome with --ash-enable-workspace-scrubbing 2) Go to chrome://gesture 3) Modify the value of "Duration of the animations to start cycling" 4) Ensure that you have several maximized workspaces 5) Move fingers vertically on track pad. Notice difference in the duration of the animations to start cycling through workspaces Repeat 3 - 5 as many times as you see fit Review URL: https://chromiumcodereview.appspot.com/12212040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182243 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
All the changes are in comment. No semantics are changed. BUG=175657 TEST=none TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12254009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182242 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
BUG=174873, 170629 Review URL: https://codereview.chromium.org/12220089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182241 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
The port forwarder command line tool was broken as https://chromiumcodereview.appspot.com/12211070 made Forwarder require a valid valgrind tool instance to be passed in. Fix the problem by giving Forwarder a default tool. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12262011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182239 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=155525 Review URL: https://chromiumcodereview.appspot.com/12255007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182238 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
All the changes are in comment. No semantics are changed. BUG=175657 TEST=none TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12207152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182237 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182236 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=175657 TEST=mock Files.app works. TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12230013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182235 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=enne Review URL: https://chromiumcodereview.appspot.com/12230006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182234 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
The policy is currently disabled (by saying that it is supported on no platforms), pending a UI treatment that allows users to know when deleting browsing history is prohibited. TBR=rlp@chromium.org BUG=175419 Review URL: https://chromiumcodereview.appspot.com/12209091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182233 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=175657 TBR=mtomasz@chromium.org, haruki@chromium.org Review URL: https://codereview.chromium.org/12207150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182232 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
WifiPHYLayerProtocol characterizes the physical layer (PHY) protocol of the current association with an 802.11 access point. It uses the common nomenclature of referring to the IEEE 802.11 standard amendment which introduced the protocol, i.e. a/b/g/n. TBR=sky BUG=174414 Review URL: https://codereview.chromium.org/12082090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182231 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
> Fix issue 174250, crash when reloading packaged app. > > When a shell window was closed, it wasn't removed from the registry immediately > (it was removed in a callback from OnNativeClose, which happens a bit later.) > This meant that when the app was loaded again, the window was still in the > registry with a stale pointer to the old extension. ExtensionSettingsHandler > was tickling this by iterating shell windows on extension load. > > BUG=174250 > > > Review URL: https://chromiumcodereview.appspot.com/12210107 TBR=jeremya@chromium.org Review URL: https://codereview.chromium.org/12207155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182230 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182229 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Re-land of https://codereview.chromium.org/12220063/. This will hold on to a reference to the buffer while the buffer is being used by WebRTC. I also tried to fix the places where synchronization was missing (mostly for the params_ instance). BUG=173987 TBR=tommi@chromium.org Review URL: https://chromiumcodereview.appspot.com/12261003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182227 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=zhaoqin BUG=175985 Review URL: https://chromiumcodereview.appspot.com/12262009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182226 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Just c4267 build suppressions. BUG=166496 BUG=167187 TBR=gman@chromium.org R=gman@chromium.org Review URL: https://codereview.chromium.org/12261007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182225 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Just c4267 build suppressions. BUG=166496 BUG=167187 TBR=jam@chromium.org R=jam@chromium.org Review URL: https://codereview.chromium.org/12254004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182224 0039d316-1c4b-4281-b951-d872f2087c98
-