Chris Jones
243218439d
Temporarily work around bug 546351 by disabling this test. irc-r=jduell
2010-05-14 17:08:29 -05:00
chithraprabhap@gmail.com
4c0877e453
Bug 565885 - Geolocation - Build failure when using --disable-ipc build option. r=dougt
2010-05-14 09:08:29 -07:00
Jae-Seong Lee-Russo
d75c5f211d
Bug 552822 - Windows bustage due to wrong type. r=me
2010-05-14 09:01:16 -07:00
Chris Jones
cb5eb283e4
Merge missed nsChromeRegistry change from m-c and fix busted content-process XPCOM/chromium event loop.
2010-05-14 01:41:14 -05:00
Chris Jones
c98f11bec2
Attempt to fix long-busted windows builds.
2010-05-13 22:26:02 -05:00
Chris Jones
ae41570cc4
Followup to bug 528146 for dom/ipc, and revert chome registry merge.
...
--HG--
rename : dom/ipc/ContentProcessThread.cpp => dom/ipc/ContentProcessProcess.cpp
rename : dom/ipc/ContentProcessThread.h => dom/ipc/ContentProcessProcess.h
2010-05-13 18:44:53 -05:00
Chris Jones
2ed40cd772
Merged m-c
2010-05-13 18:04:53 -05:00
Justin Dolske
e9a8268fd1
Bug 563556 - Cleanup nsGlobalWindow's alert/confirm/prompt. r=jst
2010-05-13 15:26:10 -07:00
Chris Jones
58222a942d
No bug: Reduce IPDL-compiler spew and stop logging to stderr. irc-r=bsmedberg
2010-05-13 17:25:20 -05:00
Doug Turner
2737f00595
Another missing file!
2010-05-13 11:39:14 -07:00
Doug Turner
4765f88fcb
Missing files from last push
2010-05-13 11:06:52 -07:00
Doug Turner
1aca4c8153
Bug 552822 - IPC remoting of geolocation prompt. r=olli/r=jdm
2010-05-13 10:44:51 -07:00
Jae-Seong Russel-Lee
9a47608f25
Bug 561692 - e10s HTTP: Implement nsIProgressEventSink: part1 r=jduell
2010-05-13 10:28:51 -07:00
Josh Matthews
d7ff2902a5
Bug 565223 - e10s: Don't send IPDL msgs if the child has died. r=jduell
2010-05-11 22:53:25 -04:00
tero.koskinen@iki.fi
0dcda12066
Bug 561744 - [E10S] TabChild object used after free, r=smaug
2010-05-12 12:52:15 +03:00
Ben Newman
293a2d1b82
Bug 565078 - Move js/src/ipc to js/ipc. r=bsmedberg
...
--HG--
rename : js/src/ipc/CPOWTypes.h => js/ipc/CPOWTypes.h
rename : js/src/ipc/ContextWrapperChild.h => js/ipc/ContextWrapperChild.h
rename : js/src/ipc/ContextWrapperParent.h => js/ipc/ContextWrapperParent.h
rename : js/src/ipc/Makefile.in => js/ipc/Makefile.in
rename : js/src/ipc/ObjectWrapperChild.cpp => js/ipc/ObjectWrapperChild.cpp
rename : js/src/ipc/ObjectWrapperChild.h => js/ipc/ObjectWrapperChild.h
rename : js/src/ipc/ObjectWrapperParent.cpp => js/ipc/ObjectWrapperParent.cpp
rename : js/src/ipc/ObjectWrapperParent.h => js/ipc/ObjectWrapperParent.h
rename : js/src/ipc/PContextWrapper.ipdl => js/ipc/PContextWrapper.ipdl
rename : js/src/ipc/PObjectWrapper.ipdl => js/ipc/PObjectWrapper.ipdl
rename : js/src/ipc/ipdl.mk => js/ipc/ipdl.mk
rename : js/src/ipc/jar.mn => js/ipc/jar.mn
rename : js/src/ipc/tests/Makefile.in => js/ipc/tests/Makefile.in
rename : js/src/ipc/tests/adhoc/child.html => js/ipc/tests/adhoc/child.html
rename : js/src/ipc/tests/adhoc/test.xul => js/ipc/tests/adhoc/test.xul
rename : js/src/ipc/tests/unit/cpow_child.js => js/ipc/tests/unit/cpow_child.js
rename : js/src/ipc/tests/unit/test_cpow.js => js/ipc/tests/unit/test_cpow.js
2010-05-11 10:44:42 -07:00
Doug Turner
693000d7b0
Fixing bad merge / build bustage
2010-05-11 11:49:57 -07:00
Doug Turner
0dc0f3273e
merge with m-c. resolved conflicts in:
...
U chrome/src/nsChromeRegistry.cpp
U content/base/src/Makefile.in
U dom/base/nsDOMClassInfo.cpp
U toolkit/toolkit-tiers.mk
--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug541420.js => toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js
2010-05-11 11:09:54 -07:00
Frederic Plourde
cfdd57d3ba
Bug 552829 - e10s - Online and offline events. Quick define fix.
2010-05-11 13:22:34 -04:00
Peter Van der Beken
34f855c0b2
Back out fixes for bug 560462 to fix orange.
...
--HG--
extra : rebase_source : afe96ede6fc605c656b746f6388d6144886b18ed
2010-05-11 19:20:03 +02:00
Vladimir Vukicevic
e2cb647e9e
bug 564038 - Add Android to user agent r=cbiesinger
2010-05-11 13:27:36 -04:00
Michael Wu
35f5b11197
bug 561451 - Build alerts service on android r=vlad
2010-05-11 13:27:36 -04:00
Vladimir Vukicevic
ccf47e65b5
bug 556420 - Add support for android to thebes r=joedrew
2010-05-11 13:27:36 -04:00
Frederic Plourde
2c2fb6942c
Bug 552829 - e10s - Online and offline events. r=dougt
2010-05-11 08:44:12 -04:00
Oleg Romashin
3897afb506
Bug 564602 - provide Parent::GetSingleton() without force child process creation.r=jones.chris.g
2010-05-11 13:29:57 -04:00
Benoit Girard
94d6258a5b
Bug 528146: Run plug-in code on the thread that starts in main(). r=cjones
...
--HG--
rename : dom/plugins/PluginThreadChild.cpp => dom/plugins/PluginProcessChild.cpp
rename : dom/plugins/PluginThreadChild.h => dom/plugins/PluginProcessChild.h
rename : ipc/ipdl/test/cxx/IPDLUnitTestThreadChild.cpp => ipc/ipdl/test/cxx/IPDLUnitTestProcessChild.cpp
rename : ipc/ipdl/test/cxx/IPDLUnitTestThreadChild.h => ipc/ipdl/test/cxx/IPDLUnitTestProcessChild.h
2010-05-10 23:18:00 -05:00
Chris Jones
91e40e05b5
Merged backout
2010-05-13 17:24:43 -05:00
Chris Jones
91745321b3
Backed out changeset eef17c173aaa
2010-05-13 17:24:30 -05:00
Frédéric Wang
42b10a418a
Bug 552044 - [MathML 3] Add support for mathcolor/mathbackground on any presentation MathML element. r=karlt
2010-05-13 14:38:28 +12:00
Karl Tomlinson
6510a446d4
b=562966 surround {} with || for MS 7
2010-05-13 14:37:09 +12:00
Karl Tomlinson
10228ae185
b=559492 only dump leaked URLs on successful shutdown r=dbaron
2010-05-13 14:34:38 +12:00
Karl Tomlinson
8d05d0ece4
b=564972 Add NS_IS_MOUSE_EVENT_STRUCT to test event class and use it to correct assert r=smaug
2010-05-13 14:33:16 +12:00
Mike Kristoffersen
e46ab27b9f
Bug 564402 - slots #define in Qt, prevents Qt builds on trunk
...
--HG--
extra : rebase_source : 0dc2793cb28294addd9781bd9ca76a3e049ec110
2010-05-07 13:20:04 +02:00
Peter Van der Beken
c7542088f1
Try to fix orange from e2c5f6be2148
...
--HG--
extra : rebase_source : 148d9a1eef794af433373002effd47c12cce6e1c
2010-05-11 18:27:44 +02:00
Honza Bambas
e9d8638a31
Bug 536466, r=bz
2010-05-11 18:00:53 +02:00
L. David Baron
dcc4af33b9
Instantiate the calc ops struct rather than a nested data struct inside of it. (Bug 363249) r=bzbarsky
2010-05-11 08:49:44 -07:00
L. David Baron
f67d8257ba
Get rid of (void) C-isms in nsStyleCoord. (Bug 363249) r=bzbarsky
2010-05-11 08:49:44 -07:00
L. David Baron
97f744099a
Add calc() support for 'font-size' property, which is the only property for which percents are computed to lengths in nsRuleNode. (Bug 363249) r=bzbarsky
2010-05-11 08:49:44 -07:00
L. David Baron
a834b40a01
Add calc() support for lengths in text-shadow and -moz-box-shadow. (Bug 363249) r=bzbarsky
2010-05-11 08:49:43 -07:00
L. David Baron
454d6dd6d0
Add calc() support for the easiest cases: properties that take lengths but not percentages and take simple values only (-moz-column-rule-width, -moz-column-width, letter-spacing, word-spacing, marker-offset, outline-offset, border-spacing). (Bug 363249) r=bzbarsky
2010-05-11 08:49:43 -07:00
L. David Baron
36456511ee
Fix property alphabetization errors in property_database.js.
2010-05-11 08:49:43 -07:00
L. David Baron
ba2f2edc7b
Add mechanism for clamping computation of calc() to nonnegative values. (Bug 363249) r=bzbarsky
2010-05-11 08:49:43 -07:00
L. David Baron
e55e809d36
Add mechanism for computation of calc() in the cases where the arguments are only lengths (i.e., where computed style can contain a simple result rather than a calc tree). (Bug 363249) r=bzbarsky
2010-05-11 08:49:43 -07:00
L. David Baron
f2c3ce7ef8
Implement serialization of calc() values. (Bug 363249) r=bzbarsky
2010-05-11 08:49:43 -07:00
L. David Baron
328cba210e
Implement parsing of calc(). (Bug 363249) r=bzbarsky
2010-05-11 08:49:43 -07:00
L. David Baron
1a7c32ce5f
Add template-based mechanism for computing a calc() tree. (Bug 363249) r=bzbarsky
2010-05-11 08:49:43 -07:00
L. David Baron
746829e4fe
Implement storage of calc() expressions in nsCSSValue. (Bug 363249) r=bzbarsky
2010-05-11 08:49:43 -07:00
L. David Baron
5c839247b3
Adjust expected assertion counts for crashtest. (Bug 472557)
2010-05-11 08:49:43 -07:00
Jim Mathies
0dfb101754
Bug 563377 - [OOPP] Add centralized ReplyMessage handler in PluginModuleChild for all child windows (various fullscreen hang fixs). r=bent.
2010-05-11 10:19:14 -05:00
Oleg Romashin
2f5e81b4da
Bug 562710 - Disable -pedantic for cairo-qt code. r=jmuizelaar
2010-05-01 08:22:42 -04:00