Ed Morley
d694c0c03c
Backout 8e42e063903b (bug 700333) for Mochitest failures on Windows; a=philor
2011-11-09 21:20:12 +00:00
Boris Zbarsky
947e01ba92
Bug 699528. Make pausing/unpausing JSD try to turn off/on debug mode as needed. r=sfink
...
The new boolean argument to SetDebugModeWhenPossible is needed because if we allow sync-disable of debug mode we seem to crash when loading pages with Firebug active.
2011-11-09 16:11:39 -05:00
Jim Mathies
7098cf79c4
Bug 701098 - Switch profile special directory constants to get the right profile dir in taskbar registration. r=bsmedberg
2011-11-09 14:54:03 -06:00
Chris Leary
04fb32706e
Bug 700915: Diagnostic for GC helper thread crashes. (r=billm)
2011-11-09 12:24:07 -08:00
Daniel Holbert
e7b0cd4468
Bug 700895 patch 2: Rename img-foreignObject-embed-2* reftest files to img-foreignObject-embed-1*, since the old embed-1* tests were renamed. r=roc
...
--HG--
rename : layout/reftests/svg/as-image/img-foreignObject-embed-2-helper.svg => layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-2.html => layout/reftests/svg/as-image/img-foreignObject-embed-1.html
2011-11-09 12:10:38 -08:00
Daniel Holbert
a6f48e317d
Bug 700895 patch 1: Add a more explicit check for SVG-as-an-image in MaybeCreateDocShell, and improve reftests for <iframe>s being blocked in SVG-as-an-image. r=roc
...
--HG--
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg => layout/reftests/svg/as-image/img-foreignObject-iframe-1a-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1.html => layout/reftests/svg/as-image/img-foreignObject-iframe-1a.html
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg => layout/reftests/svg/as-image/img-foreignObject-iframe-1b-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1.html => layout/reftests/svg/as-image/img-foreignObject-iframe-1b.html
2011-11-09 11:11:11 -08:00
Chris Leary
26034f3767
Bug 700822: Randomize JIT VirtualAlloc location on win32. (r=dmandelin)
2011-07-18 20:39:13 -07:00
Chris Leary
a4908dc54a
Bug 700822: Add javascript.options.jit_hardening pref, default enabled. (r=dmandelin)
2011-11-08 13:28:49 -08:00
Mark Banner
595d492eed
Bug 700988 - BRANCH_REGEXP is not defined in AddonRepository.jsm - Add-on manager broken on Aurora branch. r=dtownsend
2011-11-09 18:37:10 +00:00
Honza Bambas
53964e3f33
Bug 669001 - Vary: User-Agent + new UA string (i.e. after update) + HTTP 304 = broken cache, r=bz
2011-11-09 18:19:00 +01:00
Panu Horsmalahti
01fa622df7
Bug 678978 - Defined and implemented AutoFree class and replaced ERR_OUT macros with return calls, r=honzab (test by honzab, r=bz)
...
--HG--
rename : netwerk/test/unit/test_multipart_streamconv.js => netwerk/test/unit/test_multipart_streamconv_missing_lead_boundary.js
2011-11-09 18:19:00 +01:00
Honza Bambas
c283062dab
Bug 573043 - Enable Extended Protection (channel and service bindng) for NTLM authentication, r=jmathies
2011-11-09 18:18:59 +01:00
Brad Lassey
2a3bcedd12
Bug 700797 - allow for package name overriding in make mochitest-remote. r=jmaher
2011-11-08 22:58:13 -05:00
William Lachance
638a5977f9
Bug 698010 - Make deviceManagerADB.py killProcess method actually work. r=jmaher
2011-11-09 12:08:04 -05:00
Jan de Mooij
ede3bf1dcd
Bug 686381 - JSOP_AND/JSOP_OR should always leave the value on the stack. r=dvander
2011-11-09 17:43:46 +01:00
Jan de Mooij
073ee45aa6
Bug 684384 - Add JSOP_LABEL opcode for IonMonkey. r=dvander
2011-11-09 17:42:27 +01:00
Gian-Carlo Pascutto
7555484c58
Bug 693389 - Update urlclassifier DB for Mozilla com->org move. r=dcamp
2011-11-09 17:22:59 +01:00
Jeff Muizelaar
e1dbca5f44
Bug 699507. cairo-win32: remove dead fallbacks. r=ajuma
...
This code was never used.
2011-11-04 12:07:12 -04:00
Jeff Muizelaar
70dbdabd1d
Bug 699507. cairo-win32: remove dead create_span_renderer. r=ajuma
...
We create our span renderer ourselves so we don't need to implement
create_span_renderer anymore.
2011-11-04 12:06:46 -04:00
Jeff Muizelaar
1bf206963e
Bug 699507. cairo-win32: inline check_span_renderer. r=ajuma
...
There's no need to call through _cairo_surface_check_span_renderer() because
we can make the decision directly.
--HG--
extra : rebase_source : 610b624d398665bc1ca9b47c35bd129d601c232b
2011-11-04 12:05:29 -04:00
Marco Bonardo
c26a250a4f
Backout 8e79374481ff (bug 650720) for xpcshell test failure
2011-11-09 16:54:40 +01:00
Ali Juma
32d8424969
Bug 679110 - Clean up detection of multiple GPUs. r=jrmuizel
2011-11-09 10:16:23 -05:00
Masatoshi Kimura
59ad76d69d
Bug 647403 - Add a pref for CreateFixupURI to use UTF-8; r=bz
2011-11-09 16:02:14 +01:00
Brian O'Keefe
3b08414e4d
Bug 650720 - Fix the JPEG and BMP encoders to composite onto black, instead of white. r=roc,joedrew
...
Since canvas uses premultiplied alpha, just discard the alpha channel for the
desired result.
2011-11-09 15:56:16 +01:00
Dão Gottwald
9d0154a1e4
Bug 700333 - Highlighter close button has a bogus hover state on Windows. r=rcampbell
2011-11-09 15:48:41 +01:00
Mounir Lamouri
fecd5a34c5
Bug 700263 - Add remainingTime support to android backend. r=cjones
2011-11-09 15:13:37 +01:00
Mounir Lamouri
ec91a51f65
Bug 700262 - Add remainingTime support to upower backend. r=cjones
2011-11-09 10:00:01 +01:00
Mounir Lamouri
b4692e95a1
Bug 700261 - Add .chargingTime/.dischargingTime support to hal code. r=cjones
2011-11-09 09:58:59 +01:00
Mounir Lamouri
929ef89d75
Bug 699743 - Add chargingTime attribute in BatteryManager. r=sicking
2011-11-09 09:58:18 +01:00
Mounir Lamouri
2b998bec64
Bug 699744 - Add dischargingTime attribute in BatteryManager. r=sicking
2011-11-09 09:57:57 +01:00
Mounir Lamouri
7157bc2786
Bug 699742 - (4/4) battery.level should be a double (android backend). r=cjones
2011-11-09 09:56:37 +01:00
Mounir Lamouri
a586195b8a
Bug 699742 - (3/4) battery.level should be a double (upower backend). r=cjones
2011-11-09 09:56:22 +01:00
Mounir Lamouri
5a0711c887
Bug 699742 - (2/4) battery.level should be a double (hal part). r=cjones
2011-11-09 15:15:28 +01:00
Mounir Lamouri
5741523317
Bug 699742 - (1/4) battery.level should be a double (DOM part). r=sicking
2011-11-09 09:56:52 +01:00
Mounir Lamouri
06f55b51b2
Bug 699741 - Do not check if the change is higher than 0.01 to send a levelchange event. r=cjones
2011-11-09 09:53:01 +01:00
Marco Bonardo
ed7b201233
Bug 692487 - Decrease Storage connections default cache_size.
...
r=sdwilsh
2011-11-09 15:06:40 +01:00
Marco Bonardo
9e92c012c9
Merge mozilla-central to mozilla-inbound
2011-11-09 14:12:01 +01:00
Marco Bonardo
e5d8856099
Merge last green changeset from mozilla-inbound to mozilla-central
2011-11-09 14:03:07 +01:00
Robert Longson
032d99d10e
Bug 699147 - Simplify lengthList parsing. r=jwatt
2011-11-09 12:58:34 +00:00
Robert Longson
9af9ebbaed
Bug 693424 - remove Should not be calling this on a non-display child assert in nsSVGForeignObjectFrame::GetBBoxContribution. r=dholbert
2011-11-09 12:13:31 +00:00
Mats Palmgren
6e16a69f49
Bug 700090 - Range offsets are allowed to be at node length + 1. r=smaug
2011-11-09 12:52:52 +01:00
Tim Taubert
e354fcec6e
merge m-c to fx-team
2011-11-09 10:53:12 +01:00
Makoto Kato
3239e5b9c1
Bug 521673 - Remove OJI preferences. r=josh
2011-11-09 10:32:00 +09:00
Paul O’Shannessy
16c85d10ca
Bug 698565 (6/6) - stop excluding keys when calling JSON.stringify() [r=dietrich]
...
Clear out _lastSessionWindowID and _shouldRestore when possible.
2011-11-08 15:23:43 -08:00
Paul O’Shannessy
78094ba97c
Bug 698565 (5/6) - stop excluding keys when calling JSON.stringify() [r=dietrich]
...
Move _host & _scheme out of each entry to the browser.
2011-11-08 15:23:43 -08:00
Paul O’Shannessy
81fa4f7971
Bug 698565 (4/6) - stop excluding keys when calling JSON.stringify() [r=dietrich]
...
Move _hosts from data to a new internal data object.
2011-11-08 15:23:43 -08:00
Paul O’Shannessy
cf184e167d
Bug 698565 (3/6) - stop excluding keys when calling JSON.stringify() [r=dietrich]
...
Move _formDataSaved from data to the browser.
2011-11-08 15:23:43 -08:00
Paul O’Shannessy
38a992475a
Bug 698565 (2/6) - stop excluding keys when calling JSON.stringify() [r=dietrich]
...
Move _tabStillLoading from data to the browser.
2011-11-08 15:23:43 -08:00
Paul O’Shannessy
5ca5474f71
Bug 698565 (1/6) - stop excluding keys when calling JSON.stringify() [r=dietrich]
...
Stop excluding keys.
2011-11-08 15:23:42 -08:00
Paul O’Shannessy
adc68fc9f4
Bug 640136 - onchange & input events are not fired for all form elements on restore [r=dietrich]
...
--HG--
rename : browser/components/sessionstore/test/browser/browser_476161.js => browser/components/sessionstore/test/browser/browser_form_restore_events.js
rename : browser/components/sessionstore/test/browser/browser_476161_sample.html => browser/components/sessionstore/test/browser/browser_form_restore_events_sample.html
2011-11-08 15:23:42 -08:00