| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL introduces an automated and centralized way to embed
compatibility manifest into all *.exe files. With this CL,
a potential risk of behavioural inconsistency between
production binaries and unit test binaries is resolved by
enforcing the same compatibility context.
This CL uses 'target_conditions' feature of gyp to inject
manifest settings into each executable target. One tricky
part is that some executables such as setup.exe and
mini_installer.exe require external manifest file instead of
embedded one when component build is enabled.
See http://crbug.com/127233 for this.
You can override the gyp variable
'win_exe_compatibility_manifest' locally for a given
executable target to embed a custom compatibility manifest.
BUG=260692
Review URL: https://chromiumcodereview.appspot.com/19275010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214427 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This was reverted in r214248 because it increased the size of chrome.pak.
R=abarth@chromium.org, joth@chromium.org, thestig@chromium.org,taysom@chromium.org
TBR=darin
Review URL: https://codereview.chromium.org/21121005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214294 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Attempted fix for:
Failed Sizes
PERF_REGRESS: chrome.pak/chrome.pak (1.89%), chrome.pak/chrome.pak (1.89%)
> Include entries to blink_resources.
>
> We can't remove entries of webkit_chromium_resources just yet, because on
> Blink side DumpRenderTree is still using it through Chromium :(
>
> TBR=abarth@chromium.org, joth@chromium.org, thestig@chromium.org
>
> Review URL: https://codereview.chromium.org/20329005
TBR=tfarina@chromium.org
Review URL: https://codereview.chromium.org/21014006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214248 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
We can't remove entries of webkit_chromium_resources just yet, because on
Blink side DumpRenderTree is still using it through Chromium :(
TBR=abarth@chromium.org, joth@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/20329005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214239 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This updates the tools/imagediff/image_diff target to build everywhere we may want to run layout tests. The only tricky bit here is that on android we build the image diff tool on the host toolchain (to avoid doing costly image comparisons on phones, etc). webkit_support_gfx is set up to build in this configuration, but ui isn't. This ports temporarily to webkit_support_gfx.
After this patch lands and we switch the bots over to using this version instead of the ImageDiff from third_party/WebKit/Tools/DumpRenderTree/chromium/ImageDiff.cpp, we can migrate the webkit_support_gfx code to a more logical location.
R=darin,dpranke
Review URL: https://chromiumcodereview.appspot.com/18872002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213686 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Broke the build with:
error: 'gen/webkit/webkit_chromium_resources.pak', needed by 'DumpRenderTree.pak', missing and no known rule to make it
> Switch Chromium to use Blink's blink_resources.grd
>
> WebKit.grd is deprecated, so we update it public/blink_resources.grd.
>
> R=darin@chromium.org, joth@chromium.org, thestig@chromium.org
>
> Review URL: https://codereview.chromium.org/19537010
TBR=tfarina@chromium.org
Review URL: https://codereview.chromium.org/20341002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213640 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
WebKit.grd is deprecated, so we update it public/blink_resources.grd.
R=darin@chromium.org, joth@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/19537010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213636 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=251046
Review URL: https://chromiumcodereview.appspot.com/19737004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213231 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Depends on https://codereview.chromium.org/19485002/
R=jochen
Review URL: https://chromiumcodereview.appspot.com/19481003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212172 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
layout tests or not
Original review here https://chromiumcodereview.appspot.com/17240002
BUG=249175
R=bauerb@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18137011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211402 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
ContentRendererClient::OverrideCreateMediaStreamClient() is replaced with UseMockMediaStreams() for overriding MediaStreamClient when running layout tests with content_shell. Doing so permits migration of MediaStream-related code from webkit/ to content/ without widening content's public API solely for test purposes.
BUG=251306
R=jam@chromium.org, jochen@chromium.org
Review URL: https://codereview.chromium.org/18590002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210747 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is part 3 of the sequence started by https://codereview.chromium.org/17472006/.
This updates all chromium-side targets to depend on the final target names, the only
stragglers are dependencies in blink which still depend on the forwarding _temp targets
defined in webkit_resources.gyp.
R=darin
Review URL: https://chromiumcodereview.appspot.com/18209009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210635 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The webkit_resources / webkit_strings targets were defined in webkit_glue.gypi
which gets pulled in to webkit/support/webkit_support.gyp. This makes it hard to
extract other targets that depend on these (such as webkit_common) out of
webkit_support.gyp without creating cycles between gyp files, which is forbidden
due to the xcode generator. This pulls these leaf targets out so we can start
extracting other targets out.
R=darin
Review URL: https://chromiumcodereview.appspot.com/17472006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is causing crashes in content_shell:
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.7%20%28dbg%29/builds/4537
> Mark content shell on Mac is non-hidpi capable.
>
> This is required to pass layout tests on hidpi devices
>
> BUG=249175
> R=thakis@chromium.org
>
> Review URL: https://chromiumcodereview.appspot.com/17240002
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/18324013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210045 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for "--log-net-log" command line option in content_shell.
When the commandline option is specified, NetLogLogger is used to log all network activities to a file.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/17633005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209993 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This is required to pass layout tests on hidpi devices
BUG=249175
R=thakis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/17240002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209978 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
trace-viewer is not needed in android, and third_party/trace-viewer is
not checked out in downstream android webview build
TBR=dsinclair@chromium.org
BUG=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/18103008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209834 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
content/renderer/media/.
The biggest change is to replace the coarse-grained WebMediaPlayer-based content API with finer-grained APIs for controlling media resource loads (e.g., prerendering) and media stream audio/video rendering (e.g., WebRTC layout tests).
BUG=239826,251306
Review URL: https://chromiumcodereview.appspot.com/18123002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209797 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently the about_tracing.html and about_tracing.js files are
all committed into the trace-viewer repo. This causes a lot of churn. With
this CL, when combined with the CL on the tracing side, we generate the
needed files during the chromium build.
Pairs with: https://codereview.appspot.com/9126044/
BUG=trace-viewer:152
TBR=dsinclair@chromium.org (for the grit dep)
Review URL: https://chromiumcodereview.appspot.com/14990007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209777 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Factor out content shell and tests into a standalone gyp
>
> This simplifies using components in Content Shell. As components can
> depend on the content layer, trying to use a component from Content Shell
> results in a cross-reference of gyp files which isn't allowed on Mac.
>
> TBR=joi,robertshield (trivial one-line renames in gyp files)
>
> Review URL: https://chromiumcodereview.appspot.com/17366006
TBR=mnaganov@chromium.org
Review URL: https://codereview.chromium.org/18547009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209770 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This can be handy for interactive design and debugging complex layout tests that
need access to window.internals.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/17895003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209740 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=180021
R=marja@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18521002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209707 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This simplifies using components in Content Shell. As components can
depend on the content layer, trying to use a component from Content Shell
results in a cross-reference of gyp files which isn't allowed on Mac.
TBR=joi,robertshield (trivial one-line renames in gyp files)
Review URL: https://chromiumcodereview.appspot.com/17366006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209420 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This CL updates content_shell to pull in TestRunner via Blink's public GYP
files rather than reaching into DumpRenderTree.gyp directly.
R=jochen
Review URL: https://chromiumcodereview.appspot.com/17832002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208726 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In addition:
- TestStreamTextureFactoryAndroid was deleted as it is no longer used.
- One copy of TestMediaStreamClient was deleted as it is no longer used.
- The loadAudioResource() implementation was consolidated in RendererWebKitPlatformSupportImpl.
BUG=251306
Review URL: https://chromiumcodereview.appspot.com/17428002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207625 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Android layout test runner communicates with content_shell through
a set of three fifos, one for each of [stdout, stderr, stdin]. Create
those after basic initialization.
BUG=232044
Review URL: https://chromiumcodereview.appspot.com/17265005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207562 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for Android
Android needs to use a nested message loop in order to execute the
layout tests. We have an implementation of this for content_browsertests
as BrowserTestSystemMessageHandler, but this lives in /content/test/
which content_shell cannot depend on.
Move it to /content/public/test/ as NestedSystemMessageHandler and
update content_browsertests to depend on that instead. For content_shell,
implement support of starting the nested loop, and use it when running
layout tests.
BUG=232044
Review URL: https://chromiumcodereview.appspot.com/17076008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207215 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
content_shell_pak requires some pak files, but the 'dependencies' section didn't
have targets for them.
TBR=jochen@chromium.org
BUG=
Review URL: https://codereview.chromium.org/16667011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205130 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This way chromium code does not have to depend on the internal directory
structure of blink to depend on the library.
R=darin@chromium.org, thakis@chromium.org
Review URL: https://codereview.chromium.org/16295027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204687 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
hover around an element with title attribution.
BUG=239437
TEST=Run content_shell.exe and go to http://xkcd.com, hover around the image in the middle should show the tooltips.
Review URL: https://chromiumcodereview.appspot.com/15649020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203914 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp.
r184: Fix C++11 compilation on iOS
r185: Forward includes to url/
BUG=229660
R=thestig@chromium.org,brettw@chromium.org
TBR=darin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15421002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203672 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=marja@chromium.org
Review URL: https://codereview.chromium.org/16095003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202394 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=242291
TBR=marja@chromium.org
Review URL: https://codereview.chromium.org/16059004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202392 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is part of the effort to bring TCMalloc to android.
The first goal is to get instrumentation to facilitate
integration with DMP and memory profiling.
This is not yet intended for full production usage as the
default allocator.
BUG=162208
Review URL: https://chromiumcodereview.appspot.com/14321006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201524 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
See https://groups.google.com/a/chromium.org/d/msg/chromium-dev/YpU7t2XaGRg/V9-diQZQQDwJ
for discussion.
BUG=none
R=agl@chromium.org, jln@chromium.org
Review URL: https://codereview.chromium.org/14771026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200838 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=jam@chromium.org
Review URL: https://codereview.chromium.org/14646017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199896 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the days of olde, we supported compiling from inside a chromium checkout and
inside a WebKit checkout with some chromium libraries. In the latter configuration,
used mainly by the build.webkit.org bots, the paths to the WebKit headers relative
to chromium gyp files was different. This added a lot of complexity and some extra
scripts to fix up paths and includes. Blink only supports building within a chromium
checkout so all of this complexity can be removed.
Review URL: https://chromiumcodereview.appspot.com/14823005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199057 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=180021
TBR=marja@chromium.org
Review URL: https://codereview.chromium.org/15060007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199015 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=180021
TBR=marja@chromium.org
Review URL: https://codereview.chromium.org/14767019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198723 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=180021
TBR=jam@chromium.org
R=marja@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14912003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198107 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is needed so that tools that rely on the EXECUTABLE_PATH env variable will find it. EXECUTABLE_PATH doesn't include the product_dir subfolder for some reason, so I'm following how this is done for ffmpegsumo.so.
BUG=237478
TBR=mark, darin
Mark for main review, Darin as owner.
Review URL: https://codereview.chromium.org/14826005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197898 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This means that instead of using shared_library as the target type for
libpeerconnection, we'll support loadable_module. This fixes issues with
test binaries that would otherwise unnecessarily depend on libpeerconnection
in shared builds.
The renderer now loads and initializes the module just before initializing the sandbox.
I'm also enabling logging in the module since we can now do that after the process CommandLine instance has been initialized.
The output directory on linux is now always the lib/ subfolder of the build directory. This is so that FILES.cfg and installer scripts will find it reliably. Make builds would previuosly put it in lib.target/ whereas ninja already used lib/. (lib/ is also the folder the installer will use)
BUG=232402,233173,235379,235380
R=jam@chromium.org, jln@chromium.org, mark@chromium.org, ronghuawu@chromium.org
Review URL: https://codereview.chromium.org/14021012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197679 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The XP bots are still red, and it's still whining about URL.DLL
> Lets try this again.
>
> Revert 193983 "Revert 193968 "Roll the DEPS for google-url.""
>
> > Revert 193968 "Roll the DEPS for google-url."
> >
> > > Roll the DEPS for google-url.
> > >
> > > And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp.
> > >
> > > This also changes googleurl.gyp to reference the files under url/, so that we
> > > don't break the Blink tree.
> > >
> > > BUG=229660
> > > R=brettw@chromium.org
> > > TBR=brettw@chromium.org
> > >
> > > Review URL: https://chromiumcodereview.appspot.com/14089011
> >
> > TBR=tfarina@chromium.org
> > Review URL: https://codereview.chromium.org/14028012
>
> TBR=michaeln@google.com
> Review URL: https://codereview.chromium.org/14109014
TBR=michaeln@google.com
Review URL: https://codereview.chromium.org/14263002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194151 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revert 193983 "Revert 193968 "Roll the DEPS for google-url.""
> Revert 193968 "Roll the DEPS for google-url."
>
> > Roll the DEPS for google-url.
> >
> > And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp.
> >
> > This also changes googleurl.gyp to reference the files under url/, so that we
> > don't break the Blink tree.
> >
> > BUG=229660
> > R=brettw@chromium.org
> > TBR=brettw@chromium.org
> >
> > Review URL: https://chromiumcodereview.appspot.com/14089011
>
> TBR=tfarina@chromium.org
> Review URL: https://codereview.chromium.org/14028012
TBR=michaeln@google.com
Review URL: https://codereview.chromium.org/14109014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193992 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Roll the DEPS for google-url.
>
> And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp.
>
> This also changes googleurl.gyp to reference the files under url/, so that we
> don't break the Blink tree.
>
> BUG=229660
> R=brettw@chromium.org
> TBR=brettw@chromium.org
>
> Review URL: https://chromiumcodereview.appspot.com/14089011
TBR=tfarina@chromium.org
Review URL: https://codereview.chromium.org/14028012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193983 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp.
This also changes googleurl.gyp to reference the files under url/, so that we
don't break the Blink tree.
BUG=229660
R=brettw@chromium.org
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14089011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193968 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
output folder of libpeerconnection.dylib (when shared_library is enabled) to be the Library/ subfolder so that unit tests that depend on it will find it.
BUG=226718
Review URL: https://codereview.chromium.org/13532016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193116 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
different process
Some layout tests, e.g.
http/tests/navigation/no-referrer-target-blank.html create a new
process, and notifyDone() will be invoked in that new process. Add
support for forwarding that signal to the main test runner.
BUG=111316
R=mkwst@chromium.org
TEST=http/tests/navigation/no-referrer-target-blank.html does not time out
Review URL: https://codereview.chromium.org/13795002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192819 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
With the component build, we tell Dalvik to load each library separately by name. Some of our library names conflict with android shared libraries resulting our library not getting loaded. When building for components on Android, change the suffix of libraries to "cr.so" e.g. libnetcr.so to avoid colliding with Android's copies
BUG=158821
Review URL: https://chromiumcodereview.appspot.com/13549002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192258 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dx supports merging of already dexed jars. This means we
can dex jars as part of the library target and then just
merge them when we build the apk.
BUG=158821
Review URL: https://chromiumcodereview.appspot.com/12913009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191063 0039d316-1c4b-4281-b951-d872f2087c98
|