Simon Montagu
|
68f6627163
|
Fix for windows bustage from bug 559489
|
2010-07-04 16:27:16 +03:00 |
|
Ehren Metcalfe
|
40edafab25
|
Remove dead code in intl. Bug 559489, r=smontagu
|
2010-07-04 15:42:04 +03:00 |
|
Simon Montagu
|
a883004a9e
|
Don't drop keypress messages with character codes > U+FFFF. Bug 297943, r=karlt
|
2010-07-04 15:42:04 +03:00 |
|
Neil Rashbrook
|
b1df39ca7b
|
Bug 575740 Switch xpfe autocomplete to the new component registration r=bienvenu
|
2010-07-04 11:50:17 +01:00 |
|
David Bienvenu
|
32ecf915f9
|
adapt mork to new component mgr, r/sr=neil, bug 575740
|
2010-07-03 17:57:57 -07:00 |
|
Dave Townsend
|
dff5576412
|
Bug 575987: Pointer files containing an invalid path throw an error during startup. r=robstrong
|
2010-07-03 16:21:23 -07:00 |
|
Benoit Jacob
|
482cbc4e3f
|
b=576620; fix bufferData parameter validation; r=vladimir
|
2010-07-03 18:34:07 -04:00 |
|
Benoit Jacob
|
54efe381b9
|
b=576529; Last GL_SAME_METHOD validation fix, and pass WebGL types; r=vladimir
|
2010-07-03 18:33:05 -04:00 |
|
Benoit Jacob
|
75dbbc1f1f
|
b=576067; Let WebGL use CheckedInt; r=vladimir
|
2010-07-03 18:32:19 -04:00 |
|
Benoit Jacob
|
df50b21008
|
b=576086; Remove sizeInBytes from WebGL; r=vladimir
|
2010-07-03 18:27:56 -04:00 |
|
Benoit Jacob
|
22cf5106de
|
b=576081; Remove gfx/layers/opengl/glDefs.h; r=vladimir
|
2010-07-03 18:26:56 -04:00 |
|
L. David Baron
|
ceb7e65f43
|
Make nsStyleAnimation::ComputeDistance not crash when given -moz-transform: none. (Bug 576761) (pending review)
--HG--
extra : transplant_source : _hY%B1%23%2Cb%D2%19R%BB%24%A4%9C%1B%16R%5C%8Ee
|
2010-07-03 12:25:37 -07:00 |
|
Dave Townsend
|
1d5b2ea9f5
|
Fix application name replacement from bug 552965
|
2010-07-03 07:00:43 -07:00 |
|
Dave Townsend
|
d2ba3675b3
|
Bug 565064: Update theme disabled states when changing builds. r=robstrong
|
2010-07-02 16:03:34 -07:00 |
|
Masayuki Nakano
|
e244e5c13a
|
Bug 573689 key events lost while page is loading r=smaug, sr=roc
|
2010-07-03 15:27:09 +09:00 |
|
Brian Birtles
|
59966bc56c
|
Bug 492458 - SVG SMIL: Implement backwards seeking - Part 2 - backwards seeking. r=dholbert, sr=roc
|
2010-07-03 14:52:51 +09:00 |
|
Brian Birtles
|
916969013c
|
Bug 492458 - SVG SMIL: Implement backwards seeking - Part 1 - interval and instance time filtering. r=dholbert, sr=roc
|
2010-07-03 14:52:50 +09:00 |
|
L. David Baron
|
f5249f9108
|
Implement animation of -moz-transform property. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
6876cdaeaa
|
Move ReadTransforms from nsRuleNode to nsStyleTransformMatrix. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
dde6ec680a
|
Add support for calc() expressions in translate functions of -moz-transform. (Bug 531344) r=bzbarsky
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
3c320ac9da
|
Fix weird SetCoordToValue signature. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
3854183740
|
Allow CSS parser to forbid min()/max() within certain calc() expressions. (Bug 531344) r=bzbarsky
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
1130c43906
|
Create a common function for setting pieces of a transform matrix for a translation. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
cec126b618
|
Add some helper functions for common CSS value to CSS value interpolations. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
8e80eed347
|
Make the style struct store the specified transform list so that we can animate matching lists without matrix decomposition. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
60a8a56e92
|
Handle computed-value calc() expressions in computed style. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
60dfb4ddf1
|
Convert calc() serialization code to a template so it can also be used for nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
dd9be1dd41
|
Add API to compute length, percentage or calc() style coords. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
e3ff14ef8b
|
Add API to compute computed-value calc() expressions to lengths. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
fbac3bf4e7
|
Add additional template parameter expectations to ComputeCalc so that its input can be nsCSSValue or nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
a4378282b6
|
Add code to compute a computed-value calc() expression from a specified-value calc() expression, and make it reachable from SetCoord in nsRuleNode. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
cb0428ad49
|
Switch calc() to saturating operations on nscoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
e218c29644
|
Fix namespace usage in nsRuleNode. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
8d8f88a01a
|
Add storage for calc() expressions to nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
be6f3354a9
|
Add nsStyleCoord::Array type. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
f66de32fe0
|
Add nsStyleContext::Alloc for allocations scoped to the lifetime of the style context. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
7588d7dc90
|
Add reftests to check that the reftest-print page dimensions are as expected.
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
5c276249e4
|
Fire transitionend events only for transitions on elements (not pseudo-elements). (Bug 537140) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
3d36cc7bbf
|
Document GetChildListNameFor better as followup to bug 536720. r=mats
|
2010-07-02 21:18:55 -07:00 |
|
Alexander Surkov
|
32132f6d8d
|
Bug 575595 - add GetRowAndColumnIndicesAt to make IAccessibleTable::get_rowColumnExtentsAtIndex faster, r=marcoz, davidb
|
2010-07-03 12:16:52 +09:00 |
|
Alexander Surkov
|
db76e79301
|
575576 - cache position in set and set size, r=davidb, marcoz, sr=neil
|
2010-07-03 12:11:35 +09:00 |
|
Chris Jones
|
7dc26b1584
|
Bug 576680: Initialize |rv| so that valgrind doesn't complain (though it's technically unnecessary) and add a helper function to cut some LoC. r=dwitte
|
2010-07-02 22:03:18 -05:00 |
|
Phil Ringnalda
|
3429925740
|
Remove trailing whitespace to trigger builds in a CLOSED TREE
|
2010-05-10 21:28:19 -07:00 |
|
Paul O’Shannessy
|
f10fef5b32
|
Bug 577383 - Merge fx-sync to mozilla-central [r=mconnor]
|
2010-07-07 17:39:40 -07:00 |
|
Philipp von Weitershausen
|
efc1efae81
|
Bug 558963, part 2, UTF-8 encode passphrase and rewrap keys if needed, r=mconnor
|
2010-07-03 14:13:40 -04:00 |
|
Philipp von Weitershausen
|
c7f7dd613e
|
Bug 558963, part 1, add UTF-8 helpers and tests, r=mconnor
|
2010-07-03 14:11:58 -04:00 |
|
Philipp von Weitershausen
|
41a4891ba7
|
Bug 576554 - Need manifests to register XPCOM components on trunk, r=mconnor
|
2010-07-03 13:26:57 -04:00 |
|
Josh Matthews
|
ef23c2bc49
|
Bug 570132 - e10s: Chrome process crash at shutdown if connection error exists. r=dwitte
--HG--
extra : rebase_source : 99ec43a08997c37689152c6462670d6754247821
|
2010-07-02 20:56:51 -04:00 |
|
Justin Wood (:Callek)
|
45d7c6f4ad
|
Bug 573382 - No chrome package registered for chrome://inspector/content/tasksOverlay.xul
r=dtownsend
|
2010-07-04 21:54:35 -04:00 |
|
Daniel Holbert
|
56cecccd85
|
Bug 577393: Remove references to now-gone 'services' & 'dynamic' xpcom test dirs in toolkit-makefiles.sh. blanket-rs=ted
|
2010-07-07 16:39:04 -07:00 |
|