Commit Graph

107682 Commits

Author SHA1 Message Date
Matt Woodrow
944b66cc36 Bug 792314 - Make nsDisplayTransform support untransformed frames. r=roc 2012-09-20 11:14:07 +12:00
Matt Woodrow
65c75afdfb Bug 788044 - Apply the ContainerState offset to ImageLayers. r=roc 2012-09-24 14:56:39 +12:00
Phil Ringnalda
529f1dc146 Bug 782546 - make the todo_is() on linux32 a todo(false) since it's only consistent about being either true or false
--HG--
extra : rebase_source : 571e795503f90a4613ad448a6cb9e63dfff64126
2012-09-23 18:49:48 -07:00
Ralph Giles
23bb918078 Bug 793315 - Test single tag metadata. r=cpearce
Verify that we return metadata tags from streams with only a
single comment by adding a single comment to a file which
previously had none.

This bug went undetected because all our examples had either
multiple tags, or none.
2012-09-21 13:13:41 -07:00
Ralph Giles
8afe2db560 Bug 793315 - Fix mozGetMetadata with single tag streams. r=cpearce
In Bug 785057, the implementation of mozGetMetadata was changed
to propagate a failure to define a new object property through
the return value of the nsDataHashtable interator. It turns out,
EnumerateRead returns the number of items processed, not the
last PLDHashOperator result. The upshot of which is that
the method returned an error if and only if only one tag
was processed.

Instead, carry and error flag in the iterator state, and check
that for failure.
2012-09-21 13:13:41 -07:00
Bill McCloskey
1f956a0bc4 Bug 788362 - 9,440 bytes in 107 blocks are definitely lost as detected by Valgrind with selectforgc. r=jcoppeard 2012-09-23 21:30:30 -04:00
Ryan VanderMeulen
dc52af1a16 Merge m-c to inbound. 2012-09-23 21:30:24 -04:00
Phil Ringnalda
921ae1778a Bug 691580 - disable the bits of test_focus_contextmenu.xul that constantly fail on Windows 2012-09-23 15:21:41 -07:00
Gavin Sharp
83e13fade1 Bug 772823: try to work around intermittent failure of this test on Linux by avoiding closing the window during onload
--HG--
extra : transplant_source : %3C%2B%B3%3A%F5S%AF%97t%80%DC%D4%C4%F1%26%8A%E6%8A%B5%B7
2012-09-23 17:13:01 -07:00
Cameron McCormack
9a7b739569 Bug 790938 - Add a test for SVG-in-OpenType glyphs in a mask. r=eflores 2012-09-24 10:22:04 +10:00
Mark Hammond
0216ac92d5 Bug 793036 - Close all service windows on logout. r=jaws 2012-09-24 09:49:28 +10:00
Neil Rashbrook
a092240bc8 Bug 793494 Allow non-libxul code to include nsIWidget.h again r=roc 2012-09-24 00:26:43 +01:00
Chris Pearce
5ff238b04b Bug 782729 - Make Windows nsWindow::SynthesizeNativeMouseEvent accept coords in screen coords, not widget coords, to match other widget implementations. r=smaug,jimm 2012-09-18 14:36:16 +12:00
Chris Pearce
842d94b624 Bug 782729 - Ensure pointer lock code always passes screen coords to SynthesizeNativeMouseMove. r=smaug 2012-09-25 11:43:27 +12:00
Sriram Ramasubramanian
59bd74d01b Bug 793136: Crash on content type being null. [r=mfinkle] 2012-09-24 16:42:53 -07:00
Jared Wein
a1824208ff Backed out changeset 32d1752fb7ba (bug 786095) 2012-09-24 16:03:59 -07:00
Chris Jones
ff540847c2 Bug 791404: Sample at 10ms on gonk for more realistic results. r=BenWa 2012-09-24 15:38:07 -07:00
Chris Jones
c4557f3b15 Bug 791399: Use the OS tmp dir for saving files on b2g, because content processes can't write elsewhere. r=BenWa 2012-09-24 15:38:07 -07:00
Chris Jones
41010e55e9 Bug 791398: Lower the default sample size to prevent OOMs. r=BenWa 2012-09-24 15:38:07 -07:00
Jared Wein
7e47d4a04b Bug 786095 - Initially disable Social API when in safe mode. r=felipe 2012-09-24 14:57:12 -07:00
Ehsan Akhgari
2f19f537bf Bug 579517 follow-up: Remove NSPR types that crept in 2012-09-24 17:55:10 -04:00
Chris Jones
9eb28fa941 Bug 784244: We really, seriously, can only let the BufferTracker take care of our required AutoOpenSurfaces. r=roc 2012-09-24 14:54:01 -07:00
Chris Jones
0a82ec4137 Bug 792663: Don't SyncFrontBufferToBackBuffer() while a buffer tracker isn't around to revoke our buffer provider. r=nrc 2012-09-20 22:59:19 -07:00
Chris Jones
05ae47a5b4 Bug 792663: Temporarily require opting in to allocating cross-process xlib surfaces. r=karl 2012-09-24 14:54:01 -07:00
Wes Johnston
444a60fb94 Bug 793162 - Use default Fennec theme for Webapps. r=mfinkle 2012-09-24 14:52:25 -07:00
Margaret Leibovic
fd802e39b5 Bug 789887 - Avoid creating unnecessary AboutHomeRunnables. r=lucasr 2012-09-24 14:48:21 -07:00
David Anderson
1797f8a7f2 Use js_free on fresh slots instead of js_delete (bug 793385, r=billm). 2012-09-24 14:41:00 -07:00
Benjamin Peterson
b9016cfc30 Bug 782272 - Only clear the _lazySave timer if it's there. r=gps 2012-09-24 17:06:10 -04:00
David Anderson
6d84c2ecbd Fix slot computation bug in newCallObject (bug 793257, r=luke). 2012-09-24 13:48:21 -07:00
Brian R. Bondy
2149919a2e Bug 793461 - Uninstalling metro browser now removes appusermodelid reg keys. r=jimm 2012-09-22 21:52:50 -04:00
Gian-Carlo Pascutto
f507f310af Bug 741808 - Make using the URL classifier possible in Fennec. r=mfinkle 2012-09-24 22:34:27 +02:00
Matt Woodrow
ac91321e78 Bug 781053 - Part 3 - Force the throbber into it's own layer. r=roc 2012-09-25 08:31:48 +12:00
Matt Woodrow
35030f54e2 Bug 781053 - Part 2 - Trigger empty transactions when an animated image in an ImageLayer changes frame. r=roc 2012-09-25 08:31:30 +12:00
Matt Woodrow
addff1531c Bug 781053 - Part 1 - Allow conversion of nsImageBoxFrame to an ImageLayer. r=roc 2012-09-25 08:29:14 +12:00
Gregory Szorc
a4458b8728 Bug 793061 - Python 3 compatible string types; r=glandium
This is the start of porting pymake to be compatible with Python 3.
There are probably other instances of this in the code base. A more
robust port will be performed in the future.

--HG--
extra : rebase_source : b2f8e85de9651dfa0ba4b57ecb39881cb6304405
2012-09-24 13:19:22 -07:00
Gregory Szorc
6ed38c69e9 Bug 793051 - Add pymake to virtualenv; r=glandium
--HG--
extra : rebase_source : 2ec2e7f7ca811efccdd87cd1519d5ce71cad705e
2012-09-24 13:18:25 -07:00
Brian Nicholson
c01aeb6016 Bug 781689 - Fix broken JS code for about:neterror checks. r=mfinkle 2012-09-24 13:16:50 -07:00
Sriram Ramasubramanian
60b1b3ba76 Bug 652168: Add thumb for input box. [r=mfinkle]
--HG--
extra : rebase_source : 9cd553fedb4e58a6dee437ed0360b6ba5df56c54
2012-09-21 10:56:41 -07:00
Gavin Sharp
c6264766e1 Bug 770063: disable intermittently passing todos, r=mattn 2012-09-24 12:59:27 -07:00
Chenxia Liu
d99ef9279b Bug 791056 - Always hide keyboard on J-PAKE pairing screen. r=nalexander 2012-09-24 12:33:42 -07:00
Cameron Kaiser
02cf7d9537 Bug 793523 - Fix bookmarks search on big-endian platforms.
r=mak
2012-09-24 21:28:51 +02:00
Ehsan Akhgari
788077053b Bug 793411 - #include StandardInteger.h instead of prtypes.h in IPCMessageUtils.h; r=cjones 2012-09-22 11:49:58 -04:00
Cameron McCormack
d941f59602 Bug 791434 - Paint text shadows with the right alpha. r=roc 2012-09-18 08:24:02 +10:00
Marcos S.
efe32555d8 Bug 758950 - Part 2b: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-09-17 15:14:00 +12:00
Marcos S.
d5e742349d Bug 758950 - Part 2a: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-09-21 22:35:00 +12:00
Tim Taubert
8676d23ae0 merge m-c to fx-team 2012-09-22 09:32:24 +02:00
Ryan VanderMeulen
a7b86073b5 Merge the last PGO-green inbound changeset to m-c. 2012-09-21 22:38:53 -04:00
Jared Wein
9d9adcfa56 Bug 786420 - New volume control scrubber is displaced horizontally by 1px. r=dolske 2012-09-21 14:53:34 -07:00
Wes Kocher
15458c720e Update Jetpack tests in Firefox to pick up bug 793035. 2012-09-21 13:44:04 -07:00
Tim Taubert
605cbab917 Bug 782890 - BrowserNewTabPreloader.jsm and SafeBrowsing.jsm are referenced using the wrong URI; r=gavin 2012-09-21 18:10:17 +02:00