Nicholas Nethercote
85df966f34
Bug 739512 - Patch 5: remove JITScript::arityCheckEntry. r=dvander.
2012-04-01 13:24:52 -07:00
Blake Kaplan
dd43ef8289
Bug 736096 - Don't pretend we have values that we didn't successfully
...
get. r=cjones DONTBUILD
2012-03-29 17:01:36 +02:00
Blake Kaplan
d30936ad58
Bug 736096 - Reprioritize networks when the priorities get too high to prevent overflow. r=cjones
2012-03-29 17:17:46 +02:00
Serge Gautherie
325c5f79cb
Bug 739927. (Av2) dom-level*-*/DOMTestCase.js: Fix SimpleTest._logResult() override + testFails() + markTodos(), Fake a missing warn() function in checkInitialization(), Add missing early returns to assertSize() and assertURIEquals(). r=jmaher.
2012-04-02 17:11:19 +02:00
Alexander Surkov
b86afd6ae6
Bug 740958 - crash in nsAccessible::GetBounds, r=tbsaunde
2012-04-02 17:28:02 +09:00
Kyle Huey
a19142cede
Bug 722428: Fix leaks in mochitest by reworking SpecialPowers and nsDOMWindowUtils. r=mounir,ctalbert
2012-04-01 19:23:51 -07:00
Kyle Huey
69f68d7938
Bug 722671: Components.utils.getWeakReference should get a reference to the underlying native object if possible. r=mrbkap
2012-04-01 19:21:13 -07:00
Neil Rashbrook
5d91e921db
Bug 738589 Avoid JavaScript strict warning by not explicitly passing the default value in r=gavin
2012-04-02 00:02:01 +01:00
Tim Taubert
4d09e65fb8
merge m-c to fx-team
2012-04-01 18:52:12 +02:00
Serge Gautherie
8d70c23ab3
Bug 741064. (Av1) Fix "function PTV__buildVisibleSection does not always return a value". r=mano.
2012-04-01 18:13:44 +02:00
Kyle Huey
337468e523
Bug 741163: Add a rather important null check. r=me
2012-04-01 04:02:58 -07:00
Josh Aas
d1e465e30b
Bug 741126: Require plugin for instance creation. r=jst
2012-04-01 06:13:10 -04:00
Ed Morley
467940c199
Backout 369ad04efa1f (bug 736066) for linux64 crashes
2012-04-01 03:54:38 +01:00
Ed Morley
651aa424a1
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-03-31 22:41:59 +01:00
Jeff Muizelaar
4062986b9e
Bug 740061. Remove unused skip functionality. r=kats
...
mSkipTextureUpdate is never set to true.
2012-03-31 13:36:42 -04:00
Jeff Muizelaar
26401e5f90
Bug 740061. Remove support for subuploads. r=kats
...
Since, the dirtyRect is either the size of the buffer
or empty we don't need to support subuploads anymore.
2012-03-31 13:30:11 -04:00
Jeff Muizelaar
b049831818
Bug 740061. Remove unused isDirty. r=kats
2012-03-31 13:05:05 -04:00
Jeff Muizelaar
3bbd39d3dd
Bug 740061. Use set() instead of union(). r=kats
...
mBufferrRect is either new Rect(0, 0, bufferSize.width, bufferSize.height)
or Rect() so we can just set() instead of unioning. This is cheaper
and avoids an allocation.
2012-03-31 13:04:14 -04:00
Jeff Muizelaar
aaa63d8381
Bug 740061. Remove unused invalidate(rect). r=kats
2012-03-31 13:02:37 -04:00
Olli Pettay
f198500ad9
Bug 641821, MutationObserver, r=sicking
...
--HG--
extra : rebase_source : a680c883b22976edf38eea23fb516215e081084f
2012-03-31 09:30:13 -07:00
Kyle Huey
ade7c58314
No bug: Followups to my previous two commits.
2012-03-31 07:54:12 -07:00
Kyle Huey
274e954249
Bug 740626: Disable failing tests.
2012-03-31 07:26:57 -07:00
Kyle Huey
40e991f2d5
Bug 718316: Disable failing tests.
2012-03-31 07:22:31 -07:00
ffxbld
bcccd284a1
Automated blocklist update from host moz2-linux-slave02
2012-03-31 03:19:59 -07:00
Johnny Stenback
8bf8680df4
Removing windows newlines. no bug and DONTBUILD
2012-03-30 22:34:16 -07:00
Jeff Muizelaar
55780e3e28
Bug 740983. Remove unneeded invalidate from scrollbar layers. r=kats
...
We used to fade the scrollbars by reuploading textures
rather than using a shader. Since the textures don't change anymore
the invalidate is unneeded.
2012-03-30 17:22:59 -04:00
Benoit Jacob
8882e64f22
Bug 737182 - drop WebGL cube map workaround, now that we have it handled in GLContext - r=jrmuizel
2012-03-31 12:48:32 -04:00
Kyle Huey
45ec706558
Merge to pick up an orange fix from m-c.
2012-03-31 09:14:19 -07:00
Ed Morley
c7a3740e33
Merge mozilla-central to mozilla-inbound
2012-03-31 15:28:55 +01:00
Henri Sivonen
e9bc364a15
Bug 731896 - Export plain text from the DOM selection directly without an intermediate HTML serialization. r=smaug.
2012-03-31 17:10:34 +03:00
Henri Sivonen
990ab1f71d
Bug 732343 - Defend HTML document loading against extensions causing bogus use of the old HTML parser. r=smaug.
2012-03-31 17:10:34 +03:00
Robert Longson
6a94c8e144
Bug 740627 - Fix assert if width/height of pattern is negative. r=dholbert
2012-03-31 11:47:18 +01:00
Ed Morley
52040c2148
Backout 82c315c0bd14 (bug 644608) for suspected SHARED_LIBRARY_LIBS_DEPS issues on a CLOSED TREE
2012-03-31 13:18:29 +01:00
Ms2ger
0fa9fa6ca5
Backed out changeset a329aa4bc026; r=bustage
2012-03-31 13:23:37 +02:00
Robert Longson
2786d34f79
Bug 740627 - Fix assert if width/height of pattern is negative. r=dholbert
2012-03-31 11:47:18 +01:00
Mike Hommey
8f413ee328
Bug 736519 - Add jssubloader to removed-files. r=khuey
2012-03-31 09:33:29 +02:00
Mike Hommey
6fbef7df76
Bug 736066 - Build NSS object files more like the rest of the tree, and simplify security/manager/Makefile.in. r=ted
2012-03-31 09:25:23 +02:00
Mike Hommey
82633948f4
Bug 644608 - Implement full dependencies for expandlibs. r=ted
2012-03-31 09:24:39 +02:00
Mike Hommey
32fccdfe72
Bug 736963 - Move jemalloc'ed strdup/strndup definitions. r=jlebar,r=ted
2012-03-31 09:23:19 +02:00
Ms2ger
cad388b68f
Bug 741048: Remove gfxAtoms. r=roc
2012-03-30 23:08:46 -07:00
Dave Townsend
68dc1b47ec
Backing out changeset 432c4be058b5 which landed with no bug.
2012-03-30 22:23:24 -07:00
Peter Van der Beken
30521e37e9
Undo accidental mode change to webgl-conformance-tests.html. No bug.
2012-03-30 22:04:54 -07:00
Peter Van der Beken
09128a75d3
Fix for bug 740069 (Generate JS bindings in C++ with a python script for DOM objects on the main thread and in workers. Infrastructure and new bindings for XMLHttpRequest). Patch by bent/bz/bholley/jst/khuey/peterv, r=bent/bz/bholley/jlebar/khuey/peterv/sicking/smaug.
...
--HG--
rename : js/xpconnect/tests/mochitest/test_bug462428.html => dom/bindings/test/test_lookupGetter.html
2012-03-30 21:42:20 -07:00
Ryan VanderMeulen
1294733b88
Backout f430bb8a0049 (bug 736010) due to Windows reftest orange.
2012-03-30 23:45:43 -04:00
Mounir Lamouri
e0d6ef4e96
Bug 740707 - Fix crash in mozilla::dom::Navigator::GetMozBattery. r=jlebar
2012-03-30 18:58:12 -07:00
Matt Brubeck
64bac021b7
Bug 735749 - No back button in awesomescreen on Maemo 6 [r=mfinkle]
2012-03-30 18:53:56 -07:00
Ryan VanderMeulen
e797317d3e
Bustage fix for bug 674728.
2012-03-30 21:15:12 -04:00
Mark Finkle
4cd274b4ed
Bug 740823 - Disable creating and bundling the Feedback add-on r=mbrubeck
2012-03-30 21:09:05 -04:00
Christopher De Cairos
b9bebb8f08
Bug 736400 - Make each decoder Clone() method check if its mimetype is enabled. r=cpearce
2012-03-30 20:52:07 -04:00
Tim Taubert
567e2a49fb
Bug 727446 - follow up, test fix #2 ; r=bustage
2012-03-30 22:40:00 +02:00