Ms2ger
51265ab0b6
Bug 734473 - Remove nsIScriptContext::FinalizeContext; r=jst
2012-03-11 09:51:22 +01:00
Ms2ger
584d05b577
Bug 734472 - Pass JSObject to nsIScriptContext::SetProperty; r=jst
2012-03-11 09:50:22 +01:00
Ms2ger
7aad511ab7
Bug 734468 - Make SetTerminationFunction return void; r=jst
2012-03-11 09:49:15 +01:00
Ms2ger
477d52d719
No bug - Declare uri variable in StartTests() in reftest.js to fix a strict JS warning; r=themaid
2012-03-11 09:48:25 +01:00
Ms2ger
78cef75441
No bug - Remove unused variables origStr from HashString; r=themaid
2012-03-11 09:48:18 +01:00
Ms2ger
71edcafb0e
Bug 649599 - Make getAttributeNS return null for absent attributes; r=peterv
2012-03-11 09:48:16 +01:00
Ms2ger
6dbbe95646
Bug 732769 - Remove FileError; r=sicking
2012-03-11 09:47:38 +01:00
Ms2ger
582d853ee8
Bug 705432 - Remove dead code: txResultRecycler::getNodeSet(const txXPathNode&, txNodeSet**); r=peterv
2012-03-11 09:43:22 +01:00
Ms2ger
e016675b5e
Bug 733872 - Use JS_GetObjectPrototype in XPCWrappedNativeScope::SetGlobal; r=bholley
2012-03-11 09:43:22 +01:00
Benoit Girard
1303b287d9
Bug 734691 - Part 2: Move Stack to ThreadProfile since it's thread specific. r=mstange
2012-03-10 23:09:10 -05:00
Benoit Girard
2f94430d85
Bug 734691 - Part 1: Rename Stack/Profile to imply their thread specific. r=mstange
2012-03-10 23:08:11 -05:00
Dão Gottwald
85f60cd6e7
Bug 733339 - part 4: mark getAllStyleSheets as internal while keeping the legacy function. r=dolske
2012-03-11 05:25:42 +01:00
Dão Gottwald
20bb7944b3
Bug 733339 - part 3: make the content window passed to gPageStyleMenu.switchStyleSheet optional. r=dolske
2012-03-11 05:25:02 +01:00
Dão Gottwald
1a317a9cc9
Bug 733339 - part 2: replace gPageStyleMenu.setStyleDisabled with gPageStyleMenu.disableStyle. r=dolske
2012-03-11 05:24:35 +01:00
Dão Gottwald
1bbca3ec46
Bug 733339 - part 1: remove unneeded legacy style sheet switching functions and bind remaining ones to gPageStyleMenu. r=dolske
2012-03-11 05:23:51 +01:00
Mats Palmgren
23f14c3023
Bug 730769 - Make nsLineBox use a frame hash table for lines with many frames. part=2/2 r=bz
2012-03-11 03:32:27 +01:00
Mats Palmgren
86aed91a8e
Bug 730769 - Add NewLineBox/FreeLineBox methods to nsBlockFrame. part=1/2 r=bz
2012-03-11 03:32:27 +01:00
Mats Palmgren
38a55345e3
Bug 732941 - Deal with OOM when copying nsCOMArray. r=bz
2012-03-11 03:32:27 +01:00
Benoit Jacob
83257fa1bf
Bug 711656 - Fix bug in D2D blocklisting check - no review
...
Two-fold bug:
- d2dDisabled was set there, only to be overwritten below at line 432
- d2dBlocked was only set there for certain status values, should have been set for any status != NO_INFO.
See https://bugzilla.mozilla.org/show_bug.cgi?id=711656#c85
2012-03-10 13:32:33 -05:00
ffxbld
000c0e5f1d
Automated blocklist update from host moz2-linux-slave26
2012-03-10 03:22:37 -08:00
Marco Bonardo
b23d1dfed9
Backout 4a1f94ebd302 (bug 726502) because it accesses a bogus index in an infinite loop.
2012-03-10 12:08:27 +01:00
Marco Bonardo
7b1647e548
Merge last green PGO from inbound to central
2012-03-10 11:21:28 +01:00
Richard Newman
fffa436786
Merge m-c to s-c.
2012-03-09 22:04:29 -08:00
Richard Newman
9b6429adef
Bug 700540 - Part 2: intermittent orange in test_jpakeclient. Again. r=gps
2012-03-09 22:03:44 -08:00
Daniel Holbert
25e7cf48e1
Bug 734288: Use double math instead of float math for computing surface sizes in nsSVGFE::SetupScalingFilter. r=longsonr
2012-03-09 14:32:11 -08:00
Marco Bonardo
0a4c77c1c9
Bug 717070 follow-up - remove wrongly hardcoded Firefox brand.
2012-03-09 22:50:53 +01:00
Doug Turner
4df3bec102
Bug 726502 - nsDeviceMotion::DeviceMotionChanged may index out of bounds mWindowListeners array. r=smaug
2012-03-09 08:41:25 -08:00
Marco Bonardo
878614562e
Merge central to inbound
2012-03-09 13:36:35 +01:00
Marco Bonardo
9e7b35cccc
Merge last PGO-safe changeset from inbound to central
2012-03-09 13:33:59 +01:00
Etienne Segonzac
f2b5656595
Bug 730323 - Adding missing white listed application for mozTelephony r=vingtetun
2012-03-09 13:10:16 +01:00
Dão Gottwald
24c15964f4
No bug - reduce MAX_LEAK_COUNT to match the status quo
2012-03-09 11:39:11 +01:00
Chris Lord
e3be8a819f
Bug 734175 - Fix uploading all tiles when subtextures are unsupported. r=bgirard
...
The check for sub-texture support happens before iterating over tiles in
TiledTextureImage, and forces the bounds to the boundaries of the
TiledTextureImage. This causes any upload on a TiledTextureImage to re-upload
every single tile, regardless of whether it intersects with the upload region.
Fix this by moving this check inside of the tile iteration loop, and expanding
individual tile upload regions to tile boundaries.
2012-03-09 10:22:59 +00:00
Marco Bonardo
6ad719a772
Bug 734044 - Let livemarks skip the cache and avoid polluting tests after test_reloadLivemarks.xul
...
r=dietrich
2012-03-09 11:14:40 +01:00
Marco Bonardo
eebaa51271
Bug 591884 - Make IE importer fallback to the default Links folder to support toolbar favorites in versions >= 7
...
r=felipe
2012-03-09 11:13:14 +01:00
Jonathan Kew
43bc810684
Backed out changeset 118f97e6d4ed (bug 670275) for xpcshell orange.
2012-03-09 10:06:54 +00:00
Igor Bukanov
30d3de8268
bug 728250 - remove JSPrincipals::codebase. r=:luke,:bz
...
In just 2 cases where JSPrincipals::codebase is used it can be reconstructed from the values stored in the associated nsJSPrincipal. In addition the patch makes nsJSprincipals to inherit both from nsIPrincipal and JSPrincipals allowing to use static_cast to convert between nsIPrincipal and JSPrincipals pointers and to drop many cases of manual JSPrincipal reference counting.
2012-03-09 10:48:50 +01:00
Tim Taubert
11055c6426
merge m-c to fx-team
2012-03-09 08:09:45 +01:00
John Daggett
23e024f6f4
Bug 734313. Disabling reftests failing on OSX 10.5
2012-03-09 14:02:11 +09:00
Masayuki Nakano
07de318a3c
Bug 729774 part.3 nsGtkIMModule::GetCurrentParagraph() and DeleteText() should work with the text content which was immediately before the latest compositionstart r=karlt
2012-03-09 13:27:51 +09:00
Masayuki Nakano
77c85bb89f
Bug 729774 part.2 nsGtkIMModule should store selected text which will be removed by first text event r=karlt
2012-03-09 13:27:51 +09:00
Masayuki Nakano
ed8c31e129
Bug 729774 part.1 nsGtkIMModule should manage composition state more closely r=karlt
2012-03-09 13:27:51 +09:00
Zack Weinberg
e487995209
Bug 729817 - Allow the Nouveau driver with Mesa >= 8.0.1 - r=bjacob
2012-03-08 23:19:26 -05:00
John Daggett
dec3199119
Bug 705594. Fix build bustage on Linux, argh.
2012-03-09 12:38:01 +09:00
John Daggett
5d907f1dfe
Bug 705594. Fix build bustage on gtx/qt.
2012-03-09 12:10:05 +09:00
Makoto Kato
c7ac52755f
Bug 732328 - need os.close(fd) before os.remove(tmp) on expandlibs_exec.py. r=ted
2012-03-09 11:42:36 +09:00
Vicamo Yang
68b0f9d3fa
Bug 733981 - Part 2: Early return may ignore the optimum SMS length. r=philikon DONTBUILD because NPOTB
2012-03-08 18:34:03 -08:00
Vicamo Yang
1ca3f75fce
Bug 733981 - Part 1: Fix mis-calculated userDataLength. r=philikon
2012-03-08 18:31:56 -08:00
Fernando Jiménez
ec72d13403
Bug 734181 - [B2G] SMS database: filter with endDate
but no startDate
parameter throws an exception. r=philikon
2012-03-08 18:31:00 -08:00
Dave Camp
83b6470e18
Bug 719916 - Rule view loses focus after entering attribute name. r=jwalker
2012-03-08 18:27:37 -08:00
Jacob Holzinger
acfe99c129
Bug 696242 - Convert NS_RegisterStaticAtoms and nsCSSScanner::ReportUnexpectedParams to take an array-reference rather than a pointer and length, making it impossible to pass a pointer/length that are inconsistent. r=jwalden
...
--HG--
extra : rebase_source : 882b5b4d500b1fa242c0a3cfa3084e4171cbaa9d
2012-03-08 18:22:57 -08:00