- 31 Jul, 2012 40 commits
-
-
jln@chromium.org authored
Write whether or not the kernel supports seccomp BPF on stdout when running unit tests. Review URL: https://chromiumcodereview.appspot.com/10834075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149233 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Used for android WebView.postUrl HasPostData in NavigationEntry is used to indicate to the renderer that the navigation is a http post request. The usage here is slightly overloaded. HasPostData is set when from the renderer side for a http post request. This change also uses it to indicate a browser initiated http post request from PostURL. is_post is added to ViewMsg_Navigate_Params. A BrowserInitiatedPostData field is added to NavigationEntry in order to pass the post data to the renderer. Similar field added to ViewMsg_Navigate_Params. This field is only used for temporarily storing and passing post data to the renderer. Since the post data is also saved in ContentState after loading the it is cleared when ContentState is set. BUG= TEST=New tests passed Review URL: https://chromiumcodereview.appspot.com/10829044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149232 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=139700 Review URL: https://chromiumcodereview.appspot.com/10823084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149231 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
The WebKit prefs were renamed in issue 123812. This CL fixes three references to WebKit prefs missed in that rename. BUG=139787 Review URL: https://chromiumcodereview.appspot.com/10826081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149230 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
FAILED: C:\Users\binji\dev\depot_tools\python_bin\python.exe gyp-win-tool link-wrapper environment.x86 link.exe /nologo /IMPLIB:_pyautolib.pyd.lib /DLL /OUT:_pyautolib.pyd /PDB:_pyautolib.pyd.pdb @_pyautolib.pyd.rsp LINK : fatal error LNK1104: cannot open file '../third_party/python_26/libs/python26.lib' It seems 'libraries' aren't fixed with gyp relative path, so changed it as tools/gyp/test/win/linker-flags/library-directories.gyp does. BUG=134540 TEST=win trybot and ninja -C out\Release _pyautolib.pyd Review URL: https://chromiumcodereview.appspot.com/10824100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149229 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://media-internalssail@chromium.org authored
When using Pepper Flash chrome://media-internals displays NaN for volume. Volume may never be set by plugins like Pepper Flash. Fix is to only display volume information if it exists. (Also fixed presubmit errors.) BUG=64215 TEST=Ran on youtube and verified that volume wasn't displayed. Ran on music.google.com and verified that volume was displayed. Review URL: https://chromiumcodereview.appspot.com/10821058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149228 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=139835 NOTRY=TRUE TBR=simonjam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149227 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149226 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10834088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149225 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
Uber tray UI Polish: Adjust uber tray bubble and arrow so that the uber tray bubble and app list bubble will line up at the bottom for bottom launcher, and line up at inner edge of the launcher for vertical launcher. BUG=132772 Review URL: https://chromiumcodereview.appspot.com/10830078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149224 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
These headers now match the regex used in the presubmit check. This will simplify adding a tool to check license compatibility for the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10835019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149222 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10832086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149221 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Replace uses of GDataDirectory::AddEntry() with the new function in tests. Along the way, make GDataEntry::AddEntry() private. BUG=137725 TEST=out/Release/unit_tests --gtest_filter=GData* && out/Release/browser_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10828083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149220 0039d316-1c4b-4281-b951-d872f2087c98
-
junmin.zhu@intel.com authored
BUG=138001 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10802028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149219 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
whether they are set to float across all workspaces. BUG=133577 TEST=covered by tests R=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149218 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=139835 NOTRY=TRUE TBR=simonjam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149217 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10827080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149216 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
On Windows XP and Vista, new windows don't indicate activation on the taskbar. (the window buttons should look "pressed" on launch and new window) This regression was introduced by http://crrev.com/104051 Limit the original fix for http://crbug.com/90386 to Windows > Vista. BUG=90386,123473 TEST=New Chrome window appear "pressed" on the taskbar on Vista and XP. No regressions (especially not of crbug.com/90386) Review URL: https://chromiumcodereview.appspot.com/10826058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149215 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=none TEST=none NOTRY=TRUE Review URL: https://chromiumcodereview.appspot.com/10807038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149214 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149213 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
This picks up support for None entries, which is needed for iOS. BUG=None Review URL: https://chromiumcodereview.appspot.com/10824109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149212 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This is to make 'git clean' a no-op. BUG= Review URL: https://chromiumcodereview.appspot.com/10837024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149211 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
Add RPH use for said notification to clear the setting affordance from the location bar. R=bauerb@chromium.org BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10821059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149210 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=139680 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10824110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149209 0039d316-1c4b-4281-b951-d872f2087c98
-
shouqun.liu@intel.com authored
Make sure the test case to compare SkPMColor between SkPMColor, rather than SkColor. BUG=138933 TEST=ui_unittests --gtest_filter=PNGCodec.EncodeBGRASkBitmapDiscardTransparency Review URL: https://chromiumcodereview.appspot.com/10831031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149208 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=139819 Review URL: https://chromiumcodereview.appspot.com/10823066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149207 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
In FileManager when clicking on the current root while viewing the top directory, do nothing (instead of rescanning the directory). BUG=137985 Review URL: https://chromiumcodereview.appspot.com/10834087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149206 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=None TEST=functional/chromeos_login.py R=nirnimesh@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10824096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149205 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
1. Add option to suppress logging to omit sensitive information. 2. Change debug output to longMsg to aid debugging. BUG=137853 Review URL: https://chromiumcodereview.appspot.com/10823093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149204 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=happier dominic Review URL: https://chromiumcodereview.appspot.com/10824111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149203 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
R=gavinp Review URL: https://chromiumcodereview.appspot.com/10829090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149202 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=137676 TEST=none Review URL: https://chromiumcodereview.appspot.com/10816040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149198 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BasicStartupComplete is not invoked for browser tests BUG=none TEST=no complaints about MainMenu not found when running content_browsertests on mac Review URL: https://chromiumcodereview.appspot.com/10843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149197 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=113688 Review URL: https://chromiumcodereview.appspot.com/10836029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149196 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
This is a barebones implementation of the skia target in skia.gyp. iOS will not use a full skia implementation, but it will use an occasional header here and there. Those headers require an implementation of SkDebugf_FileLine(), so this CL adds a barebones skia target that simply compiles skia/ext/google_logging.cc. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10832081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149193 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
extension from the webstore. Without that, webstore-specific permissions checking doesn't happen, notably, whitelisted extensions requesting the "experimental" permission (e.g. Accessibility Developer Tools) can't be installed without enabling experimental APIs in about:flags. Review URL: https://chromiumcodereview.appspot.com/10834082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149190 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=ben@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10835027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149189 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149188 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
* r9294 requires removing 'pylib' from DEPS. This pulls in the following Native Client changes: r9278: (kschimpf) Add tzcnt as an acceptable instruction to x86-64 validator r9279: (kschimpf) Fix macros NC_EXPECT_EQ_PRECOND and NC_EXPECT_NE_PRECOND. r9281: (kschimpf) Add tzcnt as an acceptable instruction to the x86-32 validator r9282: (mseaborn) x86-64: Remove one hard-coded numeric offset into NaClThreadContext r9283: (phosek) Check of memory mapping consistency for all supported OSes. r9284: (jvoung) Handle another case where we cannot search for bugs, from 9254. r9285: (mseaborn) Thread suspension test: Refactor how we set and check register state r9287: (khim) Handle most REX prefixes r9288: (mseaborn) Introduce #defines for the offsets of NaClThreadContext fields r9289: (dschuff) Do qemu sandboxed translator tests sequentially r9290: (kschimpf) Clean up super_cop table in Arm validator. r9291: (khim) Fix precise_64-newlib-x86_64-pnacl bot r9292: (khim) Fix precise_64-newlib-x86_64-pnacl bot - try2 r9293: (dschuff) Update archived toolchain test rev to 8851 *r9294: (bradnelson) Moving third_party/pylib/* to third_party/. r9296: (bsy) code clean up and commenting: remove printing sockaddr r9297: (ncbray) Remove a redundant dependency from a broken test r9298: (mseaborn) Add a test for the registers reported for a thread suspended in a syscall r9299: (mseaborn) Make the thread_create() syscall responsible for aligning the stack pointer r9300: (pasko) Validator refactoring: define NaClCopyInstruction() for x86/arm separately r9301: (halyavin) Update gdb revision. r9302: (khim) Fix xchg instruction. r9303: (robertm) Fix readelf and size usage in preparation for r9304: (robertm) Remove unused readelf and size binary from newlib/bin directory in the pnacl toolchain r9305: (khim) Fix small typo in ragel_tester.c r9306: (khim) Fix memory leak in enuminst r9308: (kschimpf) Fix table ext_reg_move table in ARM validator. r9309: (jvoung) Bump pnacl toolchain rev to 9299. r9311: (bradnelson) Exclude pnacl/src dir from checkdeps for now. r9312: (jvoung) Remove use of mozrunner in browser tester r9313: (robertm) Fix dangling reference to size tool in pnacl toolchain build. r9314: (mseaborn) Testing: Move register_set.h into a new tests/common directory r9315: (jvoung) Bump pnacl llvm rev to pull in byval + vararg change: r9316: (mseaborn) Remove the nacl_sys array and the "sys" instance of NaClThreadContext r9317: (mseaborn) Testing: Simplify untrusted assembly code used for saving x86 flags BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10829093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149187 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Follow up from: http://codereview.chromium.org/10826071/ Build and install content shell on all attached devices. BUG=139365 TEST=Android FYI tester runs instrumentation tests. Review URL: https://chromiumcodereview.appspot.com/10825100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149186 0039d316-1c4b-4281-b951-d872f2087c98
-