Adam Dane [:hobophobe]
014d9b0dd3
Bug 733553 - Tests for multipart streams via mochitest-plain using httpd.js. r=joe
2012-05-19 14:42:23 -05:00
Adam Dane [:hobophobe]
7f04cb4204
Bug 733553 - Allow multipart image streams to cope with stream changes. r=joe
2012-05-19 14:32:37 -05:00
Brian Hackett
c07eaa0e3e
Use handles in API object hooks where possible, bug 750733. r=billm
2012-05-19 15:03:45 -07:00
Michael Wu
e377eceec8
Bug 756746 - Quote paths in linker scripts, r=glandium
2012-05-19 17:02:34 -04:00
Andrew McCreight
380a75cc8d
Bug 714725 - use deferred release in XPC_WN_Helper_Finalize. r=bholley
2012-05-19 13:56:29 -07:00
Tom Schuster
40afae87d0
Bug 673499 - revert unwanted change to js/src/ETWProvider.man
2012-05-19 22:03:17 +02:00
Tom Schuster
a22157c5ee
Bug 707911 - Rewrite StackTraceToString to use StringBuffer. r=bhackett
2012-05-19 21:56:23 +02:00
Tom Schuster
55fd8ff0a0
Bug 673499 - remove some trailing whitespace from js/src. r=jorendorff
2012-05-19 21:56:17 +02:00
Brian Hackett
9ae1966596
Backed out changeset 5fc7462dd394 for android orange.
2012-05-19 11:52:55 -07:00
Brian Hackett
a863456144
Use handles in API object hooks where possible, bug 750733. r=billm
2012-05-19 09:48:09 -07:00
Ryan VanderMeulen
bcfe82d03b
Backout bug 733553 due to mochitest orange.
2012-05-19 12:10:26 -04:00
Blake Kaplan
1fdfdd21f2
Bug 756584 - Crashtest for bug 720305. r=dveditz
2012-05-19 11:32:46 -04:00
Oleg Romashin
1655ded07a
Bug 756384 - Maemo/Meego builds should have the "Mobile" token in the UA string. r=mfinkle
2012-05-19 11:31:17 -04:00
Cervantes Yu
16cbcf57d5
Bug 756036 - Fix race condition between rilworker and IO thread. r=kmachulis
2012-05-19 11:29:45 -04:00
Geoff Brown
acb7b52e10
Bug 755556 - Robocop: upgrade to robotium-3.2.1.jar. r=jmaher
2012-05-19 11:26:39 -04:00
Adam Dane [:hobophobe]
2d63b26b4f
Bug 733553 - Tests for multipart streams via mochitest-plain using httpd.js. r=joe
2012-05-10 18:37:42 -05:00
Adam Dane [:hobophobe]
2fb449e6aa
Bug 733553 - Allow multipart image streams to cope with stream changes. r=joe
2012-05-08 21:35:32 -05:00
Jonathan Watt
6b19776386
Bug 756462 - Stop unnecessary propagating COORD_CONTEXT_CHANGED notifications to descendants of nsSVGInnerSVGFrame. r=longsonr.
2012-05-19 14:50:07 +01:00
Robert Longson
a0618adcda
Bug 754592 - Lazily allocate conditional processing data. r=jwatt
2012-05-19 14:37:16 +01:00
Phil Ringnalda
e985802ab0
Bug 668849 - Double the workaround timeout to wait longer for spellcheck to finish
2012-05-18 22:27:38 -07:00
Josh Aas
545028a55e
Bug 240131: Clarify NPStream ownership. r=jst
2012-05-19 00:33:24 -04:00
Matt Brubeck
8ef3da30b3
Bug 756665 - Clicking a tab close button in XUL Fennc should selected the tab [r=mfinkle]
2012-05-18 21:01:42 -07:00
Matt Brubeck
8e2a757fb9
Bug 707571 (part 5) - Add a hidden pref to ignore user-scalable=no [r=mfinkle]
2012-05-18 08:24:27 -07:00
Matt Brubeck
447fca3d1d
Bug 707571 (part 4) - Use mininum-scale and maximum-scale from <meta name="viewport"> [r=kats]
2012-05-18 08:24:27 -07:00
Matt Brubeck
cca10cf5df
Bug 707571 (part 3) - Disable double-tap listener on pages with user-scalable=no [r=kats]
2012-05-18 08:24:27 -07:00
Matt Brubeck
d3c53ac15c
Bug 707571 (part 2) - Disable zooming for pages with user-scalable=no [r=kats]
2012-05-18 08:24:27 -07:00
Matt Brubeck
a76f21a033
Bug 707571 (part 1) - Make viewport calculations respect zoom limits set by the page [r=mfinkle]
2012-05-18 18:36:47 -07:00
Kartikaya Gupta
4a9c2f95a6
Bug 756555 - Intersect the upload region with the valid region. r=ajuma
2012-05-18 21:19:43 -04:00
Dale Harvey
3224a11758
Bug 753595 - Add a getScreenshot call to mozbrowser. r=jlebar
2012-05-18 20:47:20 -04:00
Terrence Cole
a0e0ea194e
Bug 744579 - Implement a relocatable version of HeapPtr; r=billm
...
We cannot store HeapPtrs in memory that may be realloced outside of the GC.
Instead we should use the RelocatablePtr, which is more expensive, but is able
to handle being moved, or EncapsulatedPtr which requires external barriers.
--HG--
extra : rebase_source : 949c71cfdab8005339aea49437922f7f00a6f73a
2012-05-15 17:21:23 -07:00
Ryan VanderMeulen
1024fae581
Merge m-c to inbound.
2012-05-18 20:22:14 -04:00
Fabrice Desré
b5e39ca398
Bug 756700 - Use the power.screen.timeout pref value as a default for the power.screen.timeout setting, patch by an anonymous silicon vendor contributor [r=fabrice]
2012-05-18 17:08:50 -07:00
Chris Peterson
fbc151ad47
Bug 748590 - Backout adea606b5694 to map KEYCODE_DPAD_CENTER to DOM_VK_RETURN. r=eeejay
2012-05-18 15:51:53 -07:00
Paul O’Shannessy
d4204c77e5
Bug 752149 - [OS X] nsCocoaWindow::ConstrainPosition uses wrong screen in multi-display setup [r=smichaud]
...
Specifically, when loading the position from persisted attributes and the window
should open on a 2nd display, it opens on the 1st.
2012-05-18 15:16:50 -07:00
Philipp von Weitershausen
07c32d0221
Bug 754216 - Control the emulator from within Marionette JS scripts. r=jgriffin DONTBUILD because NPOTB
2012-05-18 13:30:43 -07:00
Philipp von Weitershausen
8998e5052c
Bug 754178 - Expose SpecialPowers in Marionette content JS. r=jgriffin
2012-05-18 13:30:13 -07:00
Philipp von Weitershausen
d34b2f9dc6
Bug 754178 - Expose SpecialPowers in Marionette chrome JS. r=jgriffin
2012-05-18 13:30:04 -07:00
Ali Juma
20d39ad4c0
Bug 745243 - Wait for surfaceChanged before calling GLController.provideEGLSurface. r=kats
2012-05-18 15:58:46 -04:00
Ehsan Akhgari
5dd432c4b5
Bug 756516 - Ignore .clang_complete files; r=BenWa
...
DONTBUILD
2012-05-18 13:55:58 -04:00
Ed Morley
775840493f
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-18 18:41:11 +01:00
Joel Maher
23de4fe787
Bug 756346 - please update a new talos.zip to fix tcheckerboard3. r=armenzg
2012-05-18 11:03:37 -04:00
Ms2ger
be244a6569
Merge.
2012-05-18 13:32:47 +02:00
Ms2ger
cf59f6497e
Merge m-c to m-i.
2012-05-18 13:32:20 +02:00
Jonathan Watt
21936d2a6b
backout 0f4a08fb2e8e to see if it caused random orange (Bug 756122 - Clean up nsSVGUtils::PaintFrameWithEffects a little).
2012-05-18 12:21:24 +01:00
Robert Longson
6449306e50
Bug 756404 - Address post-landing review comments from bug 512525. r=jwatt
2012-05-18 11:41:30 +01:00
Robert Longson
3c17783bfd
Bug 528332 - make tests random on Android
2012-05-18 11:29:10 +01:00
Jonathan Watt
cb2d1aab3b
Bug 756122 - Clean up nsSVGUtils::PaintFrameWithEffects a little. r=longsonr.
2012-05-18 10:05:09 +01:00
Ms2ger
f484c0a6e7
Bug 754643 - Disable FAIL_ON_WARNINGS in content/media because new warnings were introduced.
2012-05-18 10:57:20 +02:00
Robert Longson
38cb4c47d9
Bug 528332 - Implement non-scaling-stroke vector-effect. Part 2 - SVG changes r=dholbert
2012-05-18 09:34:25 +01:00
Robert Longson
3ca6774243
Bug 528332 - Implement non-scaling-stroke vector-effect. Part 1 - style system changes r=dbaron
2012-05-18 09:33:40 +01:00